Html Css Color HEX #B0C56A Wild Willow

📋 copy color: '#B0C56A'

red 176 ◦ green 197 ◦ blue 106

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

Shades of Wild Willow #B0C56A

Tints of Wild Willow #B0C56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.13%

R = 36.74%
G = 41.13%
B = 22.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#B0C56A (or 0xB0C56A) is known color: Wild Willow. HEX triplet: B0, C5 and 6A. RGB value is (176,197,106). Sum of RGB (Red+Green+Blue) = 176+197+106=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C56A is #4F3A95. Grayscale: #B4B4B4. Windows color (decimal): -5192342 or 6997424. OLE color: 6997424.

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

Color convert

RGB 176 197 106 -
CMYK 0.11 0 0.46 0.23
HSL 73.85º 0.44% 0.59% -
HSV(B) 73.85º 0.46% 0.77% -
XYZ 40.47 50.2 21.19 -
YUV 180.35 86.04 124.9 -
System Red Green Blue C M Y K H S L
Decimal 176 197 106 0.11 0 0.46 0.23 73.85 0.44 0.59
Hex B0 C5 6A B 0 2E 17 4A 2C 3B
Octal 260 305 152 13 0 56 27 112 54 73
Binary 10110000 11000101 1101010 1011 0 101110 10111 1001010 101100 111011

Color Harmonies of #B0C56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C56A

Black with #B0C56A

Text Example


Text Example

White with #B0C56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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