Html Css Color HEX #B9CF70 Wild Willow

📋 copy color: '#B9CF70'

red 185 ◦ green 207 ◦ blue 112

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

Shades of Wild Willow #B9CF70

Tints of Wild Willow #B9CF70

RGB

 RED value IS 185 (72.66% from 255) = 36.71%

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

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

R = 36.71%
G = 41.07%
B = 22.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#B9CF70 (or 0xB9CF70) is known color: Wild Willow. HEX triplet: B9, CF and 70. RGB value is (185,207,112). Sum of RGB (Red+Green+Blue) = 185+207+112=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CF70 is #46308F. Grayscale: #BDBDBD. Windows color (decimal): -4599952 or 7393209. OLE color: 7393209.

HSL color Cylindrical-coordinate representation of color #B9CF70: hue angle of 73.89º 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 #B9CF70 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 207 112 -
CMYK 0.11 0 0.46 0.19
HSL 73.89º 0.5% 0.63% -
HSV(B) 73.89º 0.46% 0.81% -
XYZ 45.25 56.11 23.77 -
YUV 189.59 84.21 124.72 -
System Red Green Blue C M Y K H S L
Decimal 185 207 112 0.11 0 0.46 0.19 73.89 0.5 0.63
Hex B9 CF 70 B 0 2E 13 4A 32 3F
Octal 271 317 160 13 0 56 23 112 62 77
Binary 10111001 11001111 1110000 1011 0 101110 10011 1001010 110010 111111

Color Harmonies of #B9CF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CF70

Black with #B9CF70

Text Example


Text Example

White with #B9CF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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