Html Css Color HEX #B7CF70 Wild Willow

📋 copy color: '#B7CF70'

red 183 ◦ green 207 ◦ blue 112

#B7CF70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #B7CF70

Tints of Wild Willow #B7CF70

RGB

 RED value IS 183 (71.88% from 255) = 36.45%

 GREEN value IS 207 (81.25% from 255) = 41.24%

 BLUE value IS 112 (44.14% from 255) = 22.31%

R = 36.45%
G = 41.24%
B = 22.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7CF70 (or 0xB7CF70) is known color: Wild Willow. HEX triplet: B7, CF and 70. RGB value is (183,207,112). Sum of RGB (Red+Green+Blue) = 183+207+112=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CF70 is #48308F. Grayscale: #BDBDBD. Windows color (decimal): -4731024 or 7393207. OLE color: 7393207.

HSL color Cylindrical-coordinate representation of color #B7CF70: hue angle of 75.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7CF70 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 207 112 -
CMYK 0.12 0 0.46 0.19
HSL 75.16º 0.5% 0.63% -
HSV(B) 75.16º 0.46% 0.81% -
XYZ 44.77 55.86 23.75 -
YUV 188.99 84.55 123.72 -
System Red Green Blue C M Y K H S L
Decimal 183 207 112 0.12 0 0.46 0.19 75.16 0.5 0.63
Hex B7 CF 70 C 0 2E 13 4B 32 3F
Octal 267 317 160 14 0 56 23 113 62 77
Binary 10110111 11001111 1110000 1100 0 101110 10011 1001011 110010 111111

Color Harmonies of #B7CF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CF70

Black with #B7CF70

Text Example


Text Example

White with #B7CF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CF70; }

 p { color: rgb(183,207,112); }

 H1.HeaderClassName
 {
   color: #B7CF70;
 }
 .AnyTagClassName
 {
   color: #B7CF70;
 }
</style>

background-color css

<style>
 a { background-color: #B7CF70; }

 a { background-color: rgb(183,207,112); }

 div.DivClassName
 {
   background-color: #B7CF70;
 }
 .BgClassName
 {
   background-color: #B7CF70;
 }
</style>

border-color css

<style>
 span { border-color: #B7CF70; }

 span { border-color: rgb(183,207,112); }

 td.TdClassName
 {
   border-color: #B7CF70;
 }
 .TagClassName
 {
   border-color: #B7CF70;
 }
</style>