Html Css Color HEX #B9CA6D Wild Willow

📋 copy color: '#B9CA6D'

red 185 ◦ green 202 ◦ blue 109

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

Shades of Wild Willow #B9CA6D

Tints of Wild Willow #B9CA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.98%

R = 37.3%
G = 40.73%
B = 21.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#B9CA6D (or 0xB9CA6D) is known color: Wild Willow. HEX triplet: B9, CA and 6D. RGB value is (185,202,109). Sum of RGB (Red+Green+Blue) = 185+202+109=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA6D is #463592. Grayscale: #BABABA. Windows color (decimal): -4601235 or 7195321. OLE color: 7195321.

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

Color convert

RGB 185 202 109 -
CMYK 0.08 0 0.46 0.21
HSL 70.97º 0.47% 0.61% -
HSV(B) 70.97º 0.46% 0.79% -
XYZ 43.89 53.66 22.51 -
YUV 186.32 84.37 127.06 -
System Red Green Blue C M Y K H S L
Decimal 185 202 109 0.08 0 0.46 0.21 70.97 0.47 0.61
Hex B9 CA 6D 8 0 2E 15 47 2F 3D
Octal 271 312 155 10 0 56 25 107 57 75
Binary 10111001 11001010 1101101 1000 0 101110 10101 1000111 101111 111101

Color Harmonies of #B9CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA6D

Black with #B9CA6D

Text Example


Text Example

White with #B9CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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