#B0CD5C

Color #B0CD5C Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #B0CD5C

Tints of Wild Willow #B0CD5C

Color information

#B0CD5C (or 0xB0CD5C) is unknown color: approx Wild Willow. HEX triplet: B0, CD and 5C. RGB value is (176,205,92). Sum of RGB (Red+Green+Blue) = 176+205+92=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CD5C is #4F32A3. Grayscale: #B7B7B7. Windows color (decimal): -5190308 or 6081968. OLE color: 6081968.

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

Color convert

RGB17620592-
CMYK0.1400.550.20
HSL75.4º53.05%58.24%-
HSV(B)75.4º55.12%80.39%-
XYZ41.6753.6718.29-
YUV183.4576.39122.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 92 (36.33% from 255) = 19.45%
R=37.21%
G=43.34%
B=19.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176205920.1400.550.2075.453.0558.24
HexB0CD5CE037144b353a
Octal26031513416067241136572
Binary1011000011001101101110011100110111101001001011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD5C; }

 p { color: rgb(176,205,92); }

 H1.HeaderClassName
 {
   color: #B0CD5C;
 }
 .AnyTagClassName
 {
   color: #B0CD5C;
 }
</style>
background-color css

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

 a { background-color: rgb(176,205,92); }

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

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

 span { border-color: rgb(176,205,92); }

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