Html Css Color HEX #B0C56B Wild Willow

📋 copy color: '#B0C56B'

red 176 ◦ green 197 ◦ blue 107

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

Shades of Wild Willow #B0C56B

Tints of Wild Willow #B0C56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.29%

R = 36.67%
G = 41.04%
B = 22.29%

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

#B0C56B (or 0xB0C56B) is known color: Wild Willow. HEX triplet: B0, C5 and 6B. RGB value is (176,197,107). Sum of RGB (Red+Green+Blue) = 176+197+107=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C56B is #4F3A94. Grayscale: #B4B4B4. Windows color (decimal): -5192341 or 7062960. OLE color: 7062960.

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

Color convert

RGB 176 197 107 -
CMYK 0.11 0 0.46 0.23
HSL 74º 0.44% 0.6% -
HSV(B) 74º 0.46% 0.77% -
XYZ 40.52 50.22 21.47 -
YUV 180.46 86.54 124.82 -
System Red Green Blue C M Y K H S L
Decimal 176 197 107 0.11 0 0.46 0.23 74 0.44 0.6
Hex B0 C5 6B B 0 2E 17 4A 2C 3C
Octal 260 305 153 13 0 56 27 112 54 74
Binary 10110000 11000101 1101011 1011 0 101110 10111 1001010 101100 111100

Color Harmonies of #B0C56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C56B

Black with #B0C56B

Text Example


Text Example

White with #B0C56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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