#B2CA4D

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

Shades of Celery #B2CA4D

Tints of Celery #B2CA4D

Color information

#B2CA4D (or 0xB2CA4D) is unknown color: approx Celery. HEX triplet: B2, CA and 4D. RGB value is (178,202,77). Sum of RGB (Red+Green+Blue) = 178+202+77=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA4D is #4D35B2. Grayscale: #B5B5B5. Windows color (decimal): -5060019 or 5098162. OLE color: 5098162.

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

Color convert

RGB17820277-
CMYK0.1200.620.21
HSL71.52º54.11%54.71%-
HSV(B)71.52º61.88%79.22%-
XYZ40.8252.2414.95-
YUV180.5769.55126.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 77 (30.47% from 255) = 16.85%
R=38.95%
G=44.20%
B=16.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202770.1200.620.2171.5254.1154.71
HexB2CA4DC03E15483637
Octal26231211514076251106667
Binary1011001011001010100110111000111110101011001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA4D; }

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

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

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

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

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

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

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

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