#b2c54f

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

Shades of Celery #B2C54F

Tints of Celery #B2C54F

Color information

#B2C54F (or 0xB2C54F) is unknown color: approx Celery. HEX triplet: B2, C5 and 4F. RGB value is (178,197,79). Sum of RGB (Red+Green+Blue) = 178+197+79=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C54F is #4D3AB0. Grayscale: #B2B2B2. Windows color (decimal): -5061297 or 5227954. OLE color: 5227954.

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

Color convert

RGB17819779-
CMYK0.1000.600.23
HSL69.66º50.43%54.12%-
HSV(B)69.66º59.9%77.25%-
XYZ39.7449.9614.95-
YUV177.8772.21128.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 197 (77.34% from 255) = 43.39%
BLUE value IS 79 (31.25% from 255) = 17.40%
R=39.21%
G=43.39%
B=17.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178197790.1000.600.2369.6650.4354.12
HexB2C54FA03C17463236
Octal26230511712074271066266
Binary1011001011000101100111110100111100101111000110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2c54f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2c54f; }

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

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

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

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

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

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

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

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