#A5B14B

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

Shades of Celery #A5B14B

Tints of Celery #A5B14B

Color information

#A5B14B (or 0xA5B14B) is unknown color: approx Celery. HEX triplet: A5, B1 and 4B. RGB value is (165,177,75). Sum of RGB (Red+Green+Blue) = 165+177+75=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B14B is #5A4EB4. Grayscale: #A2A2A2. Windows color (decimal): -5918389 or 4960677. OLE color: 4960677.

HSL color Cylindrical-coordinate representation of color #A5B14B: hue angle of 67.06º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5B14B is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB16517775-
CMYK0.0700.580.31
HSL67.06º40.48%49.41%-
HSV(B)67.06º57.63%69.41%-
XYZ32.5139.9512.65-
YUV161.7879.02130.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=39.57%
G=42.45%
B=17.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165177750.0700.580.3167.0640.4849.41
HexA5B14B703A1F432831
Octal2452611137072371035061
Binary101001011011000110010111110111010111111000011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B14B; }

 p { color: rgb(165,177,75); }

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

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

 a { background-color: rgb(165,177,75); }

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

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

 span { border-color: rgb(165,177,75); }

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