#BCCB52

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

Shades of Wild Willow #BCCB52

Tints of Wild Willow #BCCB52

Color information

#BCCB52 (or 0xBCCB52) is unknown color: approx Wild Willow. HEX triplet: BC, CB and 52. RGB value is (188,203,82). Sum of RGB (Red+Green+Blue) = 188+203+82=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB52 is #4334AD. Grayscale: #B9B9B9. Windows color (decimal): -4404398 or 5426108. OLE color: 5426108.

HSL color Cylindrical-coordinate representation of color #BCCB52: hue angle of 67.44º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCCB52 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB18820382-
CMYK0.0700.600.20
HSL67.44º53.78%55.88%-
HSV(B)67.44º59.61%79.61%-
XYZ43.6254.0116.11-
YUV184.7270.03130.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 203 (79.69% from 255) = 42.92%
BLUE value IS 82 (32.42% from 255) = 17.34%
R=39.75%
G=42.92%
B=17.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188203820.0700.600.2067.4453.7855.88
HexBCCB52703C14433638
Octal2743131227074241036670
Binary101111001100101110100101110111100101001000011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB52; }

 p { color: rgb(188,203,82); }

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

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

 a { background-color: rgb(188,203,82); }

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

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

 span { border-color: rgb(188,203,82); }

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