Html Css Color HEX #B0CB5E Wild Willow

📋 copy color: '#B0CB5E'

red 176 ◦ green 203 ◦ blue 94

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

Shades of Wild Willow #B0CB5E

Tints of Wild Willow #B0CB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.92%

 BLUE value IS 94 (37.11% from 255) = 19.87%

R = 37.21%
G = 42.92%
B = 19.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#B0CB5E (or 0xB0CB5E) is known color: Wild Willow. HEX triplet: B0, CB and 5E. RGB value is (176,203,94). Sum of RGB (Red+Green+Blue) = 176+203+94=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CB5E is #4F34A1. Grayscale: #B6B6B6. Windows color (decimal): -5190818 or 6212528. OLE color: 6212528.

HSL color Cylindrical-coordinate representation of color #B0CB5E: hue angle of 74.86º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0CB5E is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 94 -
CMYK 0.13 0 0.54 0.20
HSL 74.86º 0.51% 0.58% -
HSV(B) 74.86º 0.54% 0.8% -
XYZ 41.28 52.75 18.6 -
YUV 182.5 78.05 123.36 -
System Red Green Blue C M Y K H S L
Decimal 176 203 94 0.13 0 0.54 0.20 74.86 0.51 0.58
Hex B0 CB 5E D 0 36 14 4B 33 3A
Octal 260 313 136 15 0 66 24 113 63 72
Binary 10110000 11001011 1011110 1101 0 110110 10100 1001011 110011 111010

Color Harmonies of #B0CB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB5E

Black with #B0CB5E

Text Example


Text Example

White with #B0CB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB5E; }

 p { color: rgb(176,203,94); }

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

background-color css

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

 a { background-color: rgb(176,203,94); }

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

border-color css

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

 span { border-color: rgb(176,203,94); }

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