Html Css Color HEX #B9C069 Wild Willow

📋 copy color: '#B9C069'

red 185 ◦ green 192 ◦ blue 105

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

Shades of Wild Willow #B9C069

Tints of Wild Willow #B9C069

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 105 (41.41% from 255) = 21.78%

R = 38.38%
G = 39.83%
B = 21.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#B9C069 (or 0xB9C069) is known color: Wild Willow. HEX triplet: B9, C0 and 69. RGB value is (185,192,105). Sum of RGB (Red+Green+Blue) = 185+192+105=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C069 is #463F96. Grayscale: #B4B4B4. Windows color (decimal): -4603799 or 6930617. OLE color: 6930617.

HSL color Cylindrical-coordinate representation of color #B9C069: hue angle of 64.83º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9C069 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 105 -
CMYK 0.04 0 0.45 0.25
HSL 64.83º 0.41% 0.58% -
HSV(B) 64.83º 0.45% 0.75% -
XYZ 41.41 49.03 20.65 -
YUV 179.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 185 192 105 0.04 0 0.45 0.25 64.83 0.41 0.58
Hex B9 C0 69 4 0 2D 19 41 29 3A
Octal 271 300 151 4 0 55 31 101 51 72
Binary 10111001 11000000 1101001 100 0 101101 11001 1000001 101001 111010

Color Harmonies of #B9C069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C069

Black with #B9C069

Text Example


Text Example

White with #B9C069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C069; }

 p { color: rgb(185,192,105); }

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

background-color css

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

 a { background-color: rgb(185,192,105); }

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

border-color css

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

 span { border-color: rgb(185,192,105); }

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