#BCC452

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

Shades of Celery #BCC452

Tints of Celery #BCC452

Color information

#BCC452 (or 0xBCC452) is unknown color: approx Celery. HEX triplet: BC, C4 and 52. RGB value is (188,196,82). Sum of RGB (Red+Green+Blue) = 188+196+82=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC452 is #433BAD. Grayscale: #B5B5B5. Windows color (decimal): -4406190 or 5424316. OLE color: 5424316.

HSL color Cylindrical-coordinate representation of color #BCC452: hue angle of 64.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCC452 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB18819682-
CMYK0.0400.580.23
HSL64.21º49.14%54.51%-
HSV(B)64.21º58.16%76.86%-
XYZ4250.7815.57-
YUV180.6172.35133.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 196 (76.95% from 255) = 42.06%
BLUE value IS 82 (32.42% from 255) = 17.60%
R=40.34%
G=42.06%
B=17.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188196820.0400.580.2364.2149.1454.51
HexBCC452403A17403137
Octal2743041224072271006167
Binary101111001100010010100101000111010101111000000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC452; }

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

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

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

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

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

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

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

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