#BCC75C

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

Shades of Wild Willow #BCC75C

Tints of Wild Willow #BCC75C

Color information

#BCC75C (or 0xBCC75C) is unknown color: approx Wild Willow. HEX triplet: BC, C7 and 5C. RGB value is (188,199,92). Sum of RGB (Red+Green+Blue) = 188+199+92=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC75C is #4338A3. Grayscale: #B7B7B7. Windows color (decimal): -4405412 or 6080444. OLE color: 6080444.

HSL color Cylindrical-coordinate representation of color #BCC75C: hue angle of 66.17º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCC75C is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB18819992-
CMYK0.0600.540.22
HSL66.17º48.86%57.06%-
HSV(B)66.17º53.77%78.04%-
XYZ43.0952.3117.95-
YUV183.5176.36131.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 199 (78.12% from 255) = 41.54%
BLUE value IS 92 (36.33% from 255) = 19.21%
R=39.25%
G=41.54%
B=19.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188199920.0600.540.2266.1748.8657.06
HexBCC75C603616423139
Octal2743071346066261026171
Binary101111001100011110111001100110110101101000010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC75C; }

 p { color: rgb(188,199,92); }

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

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

 a { background-color: rgb(188,199,92); }

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

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

 span { border-color: rgb(188,199,92); }

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