#B2CD53

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

Shades of Celery #B2CD53

Tints of Celery #B2CD53

Color information

#B2CD53 (or 0xB2CD53) is unknown color: approx Celery. HEX triplet: B2, CD and 53. RGB value is (178,205,83). Sum of RGB (Red+Green+Blue) = 178+205+83=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD53 is #4D32AC. Grayscale: #B7B7B7. Windows color (decimal): -5059245 or 5492146. OLE color: 5492146.

HSL color Cylindrical-coordinate representation of color #B2CD53: hue angle of 73.28º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2CD53 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB17820583-
CMYK0.1300.600.20
HSL73.28º54.95%56.47%-
HSV(B)73.28º59.51%80.39%-
XYZ41.7553.7516.36-
YUV183.0271.55124.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 83 (32.81% from 255) = 17.81%
R=38.20%
G=43.99%
B=17.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178205830.1300.600.2073.2854.9556.47
HexB2CD53D03C14493738
Octal26231512315074241116770
Binary1011001011001101101001111010111100101001001001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CD53; }

 p { color: rgb(178,205,83); }

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

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

 a { background-color: rgb(178,205,83); }

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

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

 span { border-color: rgb(178,205,83); }

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