Html Css Color HEX #B0C864 Wild Willow

📋 copy color: '#B0C864'

red 176 ◦ green 200 ◦ blue 100

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

Shades of Wild Willow #B0C864

Tints of Wild Willow #B0C864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.02%

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

R = 36.97%
G = 42.02%
B = 21.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#B0C864 (or 0xB0C864) is known color: Wild Willow. HEX triplet: B0, C8 and 64. RGB value is (176,200,100). Sum of RGB (Red+Green+Blue) = 176+200+100=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C864 is #4F379B. Grayscale: #B5B5B5. Windows color (decimal): -5191580 or 6604976. OLE color: 6604976.

HSL color Cylindrical-coordinate representation of color #B0C864: hue angle of 74.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0C864 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 100 -
CMYK 0.12 0 0.5 0.22
HSL 74.4º 0.48% 0.59% -
HSV(B) 74.4º 0.5% 0.78% -
XYZ 40.86 51.46 19.84 -
YUV 181.42 82.05 124.13 -
System Red Green Blue C M Y K H S L
Decimal 176 200 100 0.12 0 0.5 0.22 74.4 0.48 0.59
Hex B0 C8 64 C 0 32 16 4A 30 3B
Octal 260 310 144 14 0 62 26 112 60 73
Binary 10110000 11001000 1100100 1100 0 110010 10110 1001010 110000 111011

Color Harmonies of #B0C864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C864

Black with #B0C864

Text Example


Text Example

White with #B0C864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C864; }

 p { color: rgb(176,200,100); }

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

background-color css

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

 a { background-color: rgb(176,200,100); }

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

border-color css

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

 span { border-color: rgb(176,200,100); }

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