#B2CC54

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

Shades of Celery #B2CC54

Tints of Celery #B2CC54

Color information

#B2CC54 (or 0xB2CC54) is unknown color: approx Celery. HEX triplet: B2, CC and 54. RGB value is (178,204,84). Sum of RGB (Red+Green+Blue) = 178+204+84=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC54 is #4D33AB. Grayscale: #B7B7B7. Windows color (decimal): -5059500 or 5557426. OLE color: 5557426.

HSL color Cylindrical-coordinate representation of color #B2CC54: hue angle of 73º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2CC54 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB17820484-
CMYK0.1300.590.2
HSL73º54.05%56.47%-
HSV(B)73º58.82%80%-
XYZ41.5553.2916.48-
YUV182.5572.39124.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 204 (80.08% from 255) = 43.78%
BLUE value IS 84 (33.20% from 255) = 18.03%
R=38.20%
G=43.78%
B=18.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178204840.1300.590.27354.0556.47
HexB2CC54D03B14493638
Octal26231412415073241116670
Binary1011001011001100101010011010111011101001001001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC54; }

 p { color: rgb(178,204,84); }

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

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

 a { background-color: rgb(178,204,84); }

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

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

 span { border-color: rgb(178,204,84); }

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