#B6C24A

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

Shades of Celery #B6C24A

Tints of Celery #B6C24A

Color information

#B6C24A (or 0xB6C24A) is unknown color: approx Celery. HEX triplet: B6, C2 and 4A. RGB value is (182,194,74). Sum of RGB (Red+Green+Blue) = 182+194+74=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C24A is #493DB5. Grayscale: #B1B1B1. Windows color (decimal): -4799926 or 4899510. OLE color: 4899510.

HSL color Cylindrical-coordinate representation of color #B6C24A: hue angle of 66º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6C24A is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB18219474-
CMYK0.0600.620.24
HSL66º49.59%52.55%-
HSV(B)66º61.86%76.08%-
XYZ39.8249.0213.84-
YUV176.7370.02131.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 74 (29.30% from 255) = 16.44%
R=40.44%
G=43.11%
B=16.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182194740.0600.620.246649.5952.55
HexB6C24A603E18423235
Octal2663021126076301026265
Binary101101101100001010010101100111110110001000010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C24A; }

 p { color: rgb(182,194,74); }

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

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

 a { background-color: rgb(182,194,74); }

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

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

 span { border-color: rgb(182,194,74); }

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