#A6BF49

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

Shades of Celery #A6BF49

Tints of Celery #A6BF49

Color information

#A6BF49 (or 0xA6BF49) is unknown color: approx Celery. HEX triplet: A6, BF and 49. RGB value is (166,191,73). Sum of RGB (Red+Green+Blue) = 166+191+73=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BF49 is #5940B6. Grayscale: #AAAAAA. Windows color (decimal): -5849271 or 4833190. OLE color: 4833190.

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

Color convert

RGB16619173-
CMYK0.1300.620.25
HSL72.71º47.97%51.76%-
HSV(B)72.71º61.78%74.9%-
XYZ35.5645.8513.28-
YUV170.0773.22125.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 73 (28.91% from 255) = 16.98%
R=38.60%
G=44.42%
B=16.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166191730.1300.620.2572.7147.9751.76
HexA6BF49D03E19493034
Octal24627711115076311116064
Binary1010011010111111100100111010111110110011001001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF49; }

 p { color: rgb(166,191,73); }

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

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

 a { background-color: rgb(166,191,73); }

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

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

 span { border-color: rgb(166,191,73); }

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