#B2CA50

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

Shades of Celery #B2CA50

Tints of Celery #B2CA50

Color information

#B2CA50 (or 0xB2CA50) is unknown color: approx Celery. HEX triplet: B2, CA and 50. RGB value is (178,202,80). Sum of RGB (Red+Green+Blue) = 178+202+80=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA50 is #4D35AF. Grayscale: #B5B5B5. Windows color (decimal): -5060016 or 5294770. OLE color: 5294770.

HSL color Cylindrical-coordinate representation of color #B2CA50: hue angle of 71.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2CA50 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB17820280-
CMYK0.1200.600.21
HSL71.8º53.51%55.29%-
HSV(B)71.8º60.4%79.22%-
XYZ40.9352.2915.52-
YUV180.9271.05125.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 80 (31.64% from 255) = 17.39%
R=38.70%
G=43.91%
B=17.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202800.1200.600.2171.853.5155.29
HexB2CA50C03C15483637
Octal26231212014074251106667
Binary1011001011001010101000011000111100101011001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA50; }

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

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

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

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

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

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

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

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