Html Css Color HEX #B0C066 Wild Willow

📋 copy color: '#B0C066'

red 176 ◦ green 192 ◦ blue 102

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

Shades of Wild Willow #B0C066

Tints of Wild Willow #B0C066

RGB

 RED value IS 176 (69.14% from 255) = 37.45%

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

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

R = 37.45%
G = 40.85%
B = 21.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#B0C066 (or 0xB0C066) is known color: Wild Willow. HEX triplet: B0, C0 and 66. RGB value is (176,192,102). Sum of RGB (Red+Green+Blue) = 176+192+102=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C066 is #4F3F99. Grayscale: #B1B1B1. Windows color (decimal): -5193626 or 6734000. OLE color: 6734000.

HSL color Cylindrical-coordinate representation of color #B0C066: hue angle of 70.67º 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 #B0C066 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 102 -
CMYK 0.08 0 0.47 0.25
HSL 70.67º 0.42% 0.58% -
HSV(B) 70.67º 0.47% 0.75% -
XYZ 39.15 47.89 19.75 -
YUV 176.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 176 192 102 0.08 0 0.47 0.25 70.67 0.42 0.58
Hex B0 C0 66 8 0 2F 19 47 2A 3A
Octal 260 300 146 10 0 57 31 107 52 72
Binary 10110000 11000000 1100110 1000 0 101111 11001 1000111 101010 111010

Color Harmonies of #B0C066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C066

Black with #B0C066

Text Example


Text Example

White with #B0C066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C066; }

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

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

background-color css

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

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

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

border-color css

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

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

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