#A9BF38

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

Shades of Celery #A9BF38

Tints of Celery #A9BF38

Color information

#A9BF38 (or 0xA9BF38) is unknown color: approx Celery. HEX triplet: A9, BF and 38. RGB value is (169,191,56). Sum of RGB (Red+Green+Blue) = 169+191+56=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BF38 is #5640C7. Grayscale: #A9A9A9. Windows color (decimal): -5652680 or 3719081. OLE color: 3719081.

HSL color Cylindrical-coordinate representation of color #A9BF38: hue angle of 69.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9BF38 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB16919156-
CMYK0.1200.710.25
HSL69.78º54.66%48.43%-
HSV(B)69.78º70.68%74.9%-
XYZ35.7145.9810.73-
YUV169.0364.21127.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 191 (75% from 255) = 45.91%
BLUE value IS 56 (22.27% from 255) = 13.46%
R=40.62%
G=45.91%
B=13.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169191560.1200.710.2569.7854.6648.43
HexA9BF38C04719463730
Octal25127770140107311066760
Binary1010100110111111111000110001000111110011000110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BF38; }

 p { color: rgb(169,191,56); }

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

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

 a { background-color: rgb(169,191,56); }

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

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

 span { border-color: rgb(169,191,56); }

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