#A8BF47

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

Shades of Celery #A8BF47

Tints of Celery #A8BF47

Color information

#A8BF47 (or 0xA8BF47) is unknown color: approx Celery. HEX triplet: A8, BF and 47. RGB value is (168,191,71). Sum of RGB (Red+Green+Blue) = 168+191+71=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF47 is #5740B8. Grayscale: #AAAAAA. Windows color (decimal): -5718201 or 4702120. OLE color: 4702120.

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

Color convert

RGB16819171-
CMYK0.1200.630.25
HSL71.5º48.39%51.37%-
HSV(B)71.5º62.83%74.9%-
XYZ35.9246.0412.96-
YUV170.4471.88126.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 71 (28.12% from 255) = 16.51%
R=39.07%
G=44.42%
B=16.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168191710.1200.630.2571.548.3951.37
HexA8BF47C03F19483033
Octal25027710714077311106063
Binary1010100010111111100011111000111111110011001000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF47; }

 p { color: rgb(168,191,71); }

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

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

 a { background-color: rgb(168,191,71); }

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

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

 span { border-color: rgb(168,191,71); }

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