Html Css Color HEX #B0C566 Wild Willow

📋 copy color: '#B0C566'

red 176 ◦ green 197 ◦ blue 102

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

Shades of Wild Willow #B0C566

Tints of Wild Willow #B0C566

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

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

R = 37.05%
G = 41.47%
B = 21.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#B0C566 (or 0xB0C566) is known color: Wild Willow. HEX triplet: B0, C5 and 66. RGB value is (176,197,102). Sum of RGB (Red+Green+Blue) = 176+197+102=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C566 is #4F3A99. Grayscale: #B4B4B4. Windows color (decimal): -5192346 or 6735280. OLE color: 6735280.

HSL color Cylindrical-coordinate representation of color #B0C566: hue angle of 73.26º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0C566 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 197 102 -
CMYK 0.11 0 0.48 0.23
HSL 73.26º 0.45% 0.59% -
HSV(B) 73.26º 0.48% 0.77% -
XYZ 40.27 50.12 20.12 -
YUV 179.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 176 197 102 0.11 0 0.48 0.23 73.26 0.45 0.59
Hex B0 C5 66 B 0 30 17 49 2D 3B
Octal 260 305 146 13 0 60 27 111 55 73
Binary 10110000 11000101 1100110 1011 0 110000 10111 1001001 101101 111011

Color Harmonies of #B0C566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C566

Black with #B0C566

Text Example


Text Example

White with #B0C566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C566; }

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

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

background-color css

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

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

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

border-color css

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

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

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