Html Css Color HEX #B9C062 Wild Willow

📋 copy color: '#B9C062'

red 185 ◦ green 192 ◦ blue 98

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

Shades of Wild Willow #B9C062

Tints of Wild Willow #B9C062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.63%

R = 38.95%
G = 40.42%
B = 20.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#B9C062 (or 0xB9C062) is known color: Wild Willow. HEX triplet: B9, C0 and 62. RGB value is (185,192,98). Sum of RGB (Red+Green+Blue) = 185+192+98=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C062 is #463F9D. Grayscale: #B3B3B3. Windows color (decimal): -4603806 or 6471865. OLE color: 6471865.

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

Color convert

RGB 185 192 98 -
CMYK 0.04 0 0.49 0.25
HSL 64.47º 0.43% 0.57% -
HSV(B) 64.47º 0.49% 0.75% -
XYZ 41.06 48.9 18.83 -
YUV 179.19 82.18 132.14 -
System Red Green Blue C M Y K H S L
Decimal 185 192 98 0.04 0 0.49 0.25 64.47 0.43 0.57
Hex B9 C0 62 4 0 31 19 40 2B 39
Octal 271 300 142 4 0 61 31 100 53 71
Binary 10111001 11000000 1100010 100 0 110001 11001 1000000 101011 111001

Color Harmonies of #B9C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C062

Black with #B9C062

Text Example


Text Example

White with #B9C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C062; }

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

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

background-color css

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

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

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

border-color css

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

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

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