Html Css Color HEX #B9CA6B Wild Willow

📋 copy color: '#B9CA6B'

red 185 ◦ green 202 ◦ blue 107

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

Shades of Wild Willow #B9CA6B

Tints of Wild Willow #B9CA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.66%

R = 37.45%
G = 40.89%
B = 21.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#B9CA6B (or 0xB9CA6B) is known color: Wild Willow. HEX triplet: B9, CA and 6B. RGB value is (185,202,107). Sum of RGB (Red+Green+Blue) = 185+202+107=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA6B is #463594. Grayscale: #BABABA. Windows color (decimal): -4601237 or 7064249. OLE color: 7064249.

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

Color convert

RGB 185 202 107 -
CMYK 0.08 0 0.47 0.21
HSL 70.74º 0.47% 0.61% -
HSV(B) 70.74º 0.47% 0.79% -
XYZ 43.78 53.62 21.95 -
YUV 186.09 83.37 127.22 -
System Red Green Blue C M Y K H S L
Decimal 185 202 107 0.08 0 0.47 0.21 70.74 0.47 0.61
Hex B9 CA 6B 8 0 2F 15 47 2F 3D
Octal 271 312 153 10 0 57 25 107 57 75
Binary 10111001 11001010 1101011 1000 0 101111 10101 1000111 101111 111101

Color Harmonies of #B9CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA6B

Black with #B9CA6B

Text Example


Text Example

White with #B9CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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