#A8B54B

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

Shades of Celery #A8B54B

Tints of Celery #A8B54B

Color information

#A8B54B (or 0xA8B54B) is unknown color: approx Celery. HEX triplet: A8, B5 and 4B. RGB value is (168,181,75). Sum of RGB (Red+Green+Blue) = 168+181+75=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B54B is #574AB4. Grayscale: #A5A5A5. Windows color (decimal): -5720757 or 4961704. OLE color: 4961704.

HSL color Cylindrical-coordinate representation of color #A8B54B: hue angle of 67.36º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8B54B is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB16818175-
CMYK0.0700.590.29
HSL67.36º41.73%50.2%-
HSV(B)67.36º58.56%70.98%-
XYZ33.9441.8812.95-
YUV165.0377.19130.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 181 (71.09% from 255) = 42.69%
BLUE value IS 75 (29.69% from 255) = 17.69%
R=39.62%
G=42.69%
B=17.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168181750.0700.590.2967.3641.7350.2
HexA8B54B703B1D432a32
Octal2502651137073351035262
Binary101010001011010110010111110111011111011000011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B54B; }

 p { color: rgb(168,181,75); }

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

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

 a { background-color: rgb(168,181,75); }

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

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

 span { border-color: rgb(168,181,75); }

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