#B2CA53

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

Shades of Celery #B2CA53

Tints of Celery #B2CA53

Color information

#B2CA53 (or 0xB2CA53) is unknown color: approx Celery. HEX triplet: B2, CA and 53. RGB value is (178,202,83). Sum of RGB (Red+Green+Blue) = 178+202+83=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA53 is #4D35AC. Grayscale: #B5B5B5. Windows color (decimal): -5060013 or 5491378. OLE color: 5491378.

HSL color Cylindrical-coordinate representation of color #B2CA53: hue angle of 72.1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2CA53 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB17820283-
CMYK0.1200.590.21
HSL72.1º52.89%55.88%-
HSV(B)72.1º58.91%79.22%-
XYZ41.0452.3316.12-
YUV181.2672.55125.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 83 (32.81% from 255) = 17.93%
R=38.44%
G=43.63%
B=17.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202830.1200.590.2172.152.8955.88
HexB2CA53C03B15483538
Octal26231212314073251106570
Binary1011001011001010101001111000111011101011001000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA53; }

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

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

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

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

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

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

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

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