#BCCA3D

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

Shades of Celery #BCCA3D

Tints of Celery #BCCA3D

Color information

#BCCA3D (or 0xBCCA3D) is unknown color: approx Celery. HEX triplet: BC, CA and 3D. RGB value is (188,202,61). Sum of RGB (Red+Green+Blue) = 188+202+61=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA3D is #4335C2. Grayscale: #B6B6B6. Windows color (decimal): -4404675 or 4049596. OLE color: 4049596.

HSL color Cylindrical-coordinate representation of color #BCCA3D: hue angle of 65.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCCA3D is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB18820261-
CMYK0.0700.700.21
HSL65.96º57.09%51.57%-
HSV(B)65.96º69.8%79.22%-
XYZ42.753.2712.45-
YUV181.7459.86132.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 61 (24.22% from 255) = 13.53%
R=41.69%
G=44.79%
B=13.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188202610.0700.700.2165.9657.0951.57
HexBCCA3D704615423934
Octal2743127570106251027164
Binary101111001100101011110111101000110101011000010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA3D; }

 p { color: rgb(188,202,61); }

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

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

 a { background-color: rgb(188,202,61); }

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

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

 span { border-color: rgb(188,202,61); }

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