Html Css Color HEX #B9C064 Wild Willow

📋 copy color: '#B9C064'

red 185 ◦ green 192 ◦ blue 100

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

Shades of Wild Willow #B9C064

Tints of Wild Willow #B9C064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.96%

R = 38.78%
G = 40.25%
B = 20.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#B9C064 (or 0xB9C064) is known color: Wild Willow. HEX triplet: B9, C0 and 64. RGB value is (185,192,100). Sum of RGB (Red+Green+Blue) = 185+192+100=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C064 is #463F9B. Grayscale: #B3B3B3. Windows color (decimal): -4603804 or 6602937. OLE color: 6602937.

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

Color convert

RGB 185 192 100 -
CMYK 0.04 0 0.48 0.25
HSL 64.57º 0.42% 0.57% -
HSV(B) 64.57º 0.48% 0.75% -
XYZ 41.16 48.93 19.33 -
YUV 179.42 83.18 131.98 -
System Red Green Blue C M Y K H S L
Decimal 185 192 100 0.04 0 0.48 0.25 64.57 0.42 0.57
Hex B9 C0 64 4 0 30 19 41 2A 39
Octal 271 300 144 4 0 60 31 101 52 71
Binary 10111001 11000000 1100100 100 0 110000 11001 1000001 101010 111001

Color Harmonies of #B9C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C064

Black with #B9C064

Text Example


Text Example

White with #B9C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C064; }

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

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

background-color css

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

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

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

border-color css

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

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

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