#B4C24E

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

Shades of Celery #B4C24E

Tints of Celery #B4C24E

Color information

#B4C24E (or 0xB4C24E) is unknown color: approx Celery. HEX triplet: B4, C2 and 4E. RGB value is (180,194,78). Sum of RGB (Red+Green+Blue) = 180+194+78=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C24E is #4B3DB1. Grayscale: #B1B1B1. Windows color (decimal): -4930994 or 5161652. OLE color: 5161652.

HSL color Cylindrical-coordinate representation of color #B4C24E: hue angle of 67.24º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4C24E is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB18019478-
CMYK0.0700.600.24
HSL67.24º48.74%53.33%-
HSV(B)67.24º59.79%76.08%-
XYZ39.4948.8414.55-
YUV176.5972.36130.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 194 (76.17% from 255) = 42.92%
BLUE value IS 78 (30.86% from 255) = 17.26%
R=39.82%
G=42.92%
B=17.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180194780.0700.600.2467.2448.7453.33
HexB4C24E703C18433135
Octal2643021167074301036165
Binary101101001100001010011101110111100110001000011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C24E; }

 p { color: rgb(180,194,78); }

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

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

 a { background-color: rgb(180,194,78); }

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

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

 span { border-color: rgb(180,194,78); }

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