Html Css Color HEX #B9CA70 Wild Willow

📋 copy color: '#B9CA70'

red 185 ◦ green 202 ◦ blue 112

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

Shades of Wild Willow #B9CA70

Tints of Wild Willow #B9CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.48%

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

R = 37.07%
G = 40.48%
B = 22.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#B9CA70 (or 0xB9CA70) is known color: Wild Willow. HEX triplet: B9, CA and 70. RGB value is (185,202,112). Sum of RGB (Red+Green+Blue) = 185+202+112=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA70 is #46358F. Grayscale: #BBBBBB. Windows color (decimal): -4601232 or 7391929. OLE color: 7391929.

HSL color Cylindrical-coordinate representation of color #B9CA70: hue angle of 71.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9CA70 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 112 -
CMYK 0.08 0 0.45 0.21
HSL 71.33º 0.46% 0.62% -
HSV(B) 71.33º 0.45% 0.79% -
XYZ 44.05 53.73 23.38 -
YUV 186.66 85.87 126.82 -
System Red Green Blue C M Y K H S L
Decimal 185 202 112 0.08 0 0.45 0.21 71.33 0.46 0.62
Hex B9 CA 70 8 0 2D 15 47 2E 3E
Octal 271 312 160 10 0 55 25 107 56 76
Binary 10111001 11001010 1110000 1000 0 101101 10101 1000111 101110 111110

Color Harmonies of #B9CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA70

Black with #B9CA70

Text Example


Text Example

White with #B9CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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