#B2CC55

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

Shades of Celery #B2CC55

Tints of Celery #B2CC55

Color information

#B2CC55 (or 0xB2CC55) is unknown color: approx Celery. HEX triplet: B2, CC and 55. RGB value is (178,204,85). Sum of RGB (Red+Green+Blue) = 178+204+85=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC55 is #4D33AA. Grayscale: #B7B7B7. Windows color (decimal): -5059499 or 5622962. OLE color: 5622962.

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

Color convert

RGB17820485-
CMYK0.1300.580.2
HSL73.11º53.85%56.67%-
HSV(B)73.11º58.33%80%-
XYZ41.5953.3116.69-
YUV182.6672.89124.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 85 (33.59% from 255) = 18.20%
R=38.12%
G=43.68%
B=18.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178204850.1300.580.273.1153.8556.67
HexB2CC55D03A14493639
Octal26231412515072241116671
Binary1011001011001100101010111010111010101001001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC55; }

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

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

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

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

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

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

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

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