Html Css Color HEX #B8C066 Wild Willow

📋 copy color: '#B8C066'

red 184 ◦ green 192 ◦ blue 102

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

Shades of Wild Willow #B8C066

Tints of Wild Willow #B8C066

RGB

 RED value IS 184 (72.27% from 255) = 38.49%

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

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 38.49%
G = 40.17%
B = 21.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#B8C066 (or 0xB8C066) is known color: Wild Willow. HEX triplet: B8, C0 and 66. RGB value is (184,192,102). Sum of RGB (Red+Green+Blue) = 184+192+102=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C066 is #473F99. Grayscale: #B3B3B3. Windows color (decimal): -4669338 or 6734008. OLE color: 6734008.

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

Color convert

RGB 184 192 102 -
CMYK 0.04 0 0.47 0.25
HSL 65.33º 0.42% 0.58% -
HSV(B) 65.33º 0.47% 0.75% -
XYZ 41.02 48.85 19.84 -
YUV 179.35 84.35 131.32 -
System Red Green Blue C M Y K H S L
Decimal 184 192 102 0.04 0 0.47 0.25 65.33 0.42 0.58
Hex B8 C0 66 4 0 2F 19 41 2A 3A
Octal 270 300 146 4 0 57 31 101 52 72
Binary 10111000 11000000 1100110 100 0 101111 11001 1000001 101010 111010

Color Harmonies of #B8C066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C066

Black with #B8C066

Text Example


Text Example

White with #B8C066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C066; }

 p { color: rgb(184,192,102); }

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

background-color css

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

 a { background-color: rgb(184,192,102); }

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

border-color css

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

 span { border-color: rgb(184,192,102); }

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