#B2C54D

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

Shades of Celery #B2C54D

Tints of Celery #B2C54D

Color information

#B2C54D (or 0xB2C54D) is unknown color: approx Celery. HEX triplet: B2, C5 and 4D. RGB value is (178,197,77). Sum of RGB (Red+Green+Blue) = 178+197+77=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C54D is #4D3AB2. Grayscale: #B2B2B2. Windows color (decimal): -5061299 or 5096882. OLE color: 5096882.

HSL color Cylindrical-coordinate representation of color #B2C54D: hue angle of 69.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2C54D is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB17819777-
CMYK0.1000.610.23
HSL69.5º50.85%53.73%-
HSV(B)69.5º60.91%77.25%-
XYZ39.6749.9314.57-
YUV177.6471.21128.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 197 (77.34% from 255) = 43.58%
BLUE value IS 77 (30.47% from 255) = 17.04%
R=39.38%
G=43.58%
B=17.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178197770.1000.610.2369.550.8553.73
HexB2C54DA03D17463336
Octal26230511512075271066366
Binary1011001011000101100110110100111101101111000110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C54D; }

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

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

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

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

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

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

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

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