Html Css Color HEX #B0C260 Wild Willow

📋 copy color: '#B0C260'

red 176 ◦ green 194 ◦ blue 96

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

Shades of Wild Willow #B0C260

Tints of Wild Willow #B0C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.63%

 BLUE value IS 96 (37.89% from 255) = 20.6%

R = 37.77%
G = 41.63%
B = 20.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#B0C260 (or 0xB0C260) is known color: Wild Willow. HEX triplet: B0, C2 and 60. RGB value is (176,194,96). Sum of RGB (Red+Green+Blue) = 176+194+96=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C260 is #4F3D9F. Grayscale: #B1B1B1. Windows color (decimal): -5193120 or 6341296. OLE color: 6341296.

HSL color Cylindrical-coordinate representation of color #B0C260: hue angle of 71.02º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0C260 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 96 -
CMYK 0.09 0 0.51 0.24
HSL 71.02º 0.45% 0.57% -
HSV(B) 71.02º 0.51% 0.76% -
XYZ 39.31 48.66 18.39 -
YUV 177.45 82.04 126.97 -
System Red Green Blue C M Y K H S L
Decimal 176 194 96 0.09 0 0.51 0.24 71.02 0.45 0.57
Hex B0 C2 60 9 0 33 18 47 2D 39
Octal 260 302 140 11 0 63 30 107 55 71
Binary 10110000 11000010 1100000 1001 0 110011 11000 1000111 101101 111001

Color Harmonies of #B0C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C260

Black with #B0C260

Text Example


Text Example

White with #B0C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C260; }

 p { color: rgb(176,194,96); }

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

background-color css

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

 a { background-color: rgb(176,194,96); }

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

border-color css

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

 span { border-color: rgb(176,194,96); }

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