#A8BF4F

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

Shades of Celery #A8BF4F

Tints of Celery #A8BF4F

Color information

#A8BF4F (or 0xA8BF4F) is unknown color: approx Celery. HEX triplet: A8, BF and 4F. RGB value is (168,191,79). Sum of RGB (Red+Green+Blue) = 168+191+79=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF4F is #5740B0. Grayscale: #ABABAB. Windows color (decimal): -5718193 or 5226408. OLE color: 5226408.

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

Color convert

RGB16819179-
CMYK0.1200.590.25
HSL72.32º46.67%52.94%-
HSV(B)72.32º58.64%74.9%-
XYZ36.1946.1514.4-
YUV171.3675.88125.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 79 (31.25% from 255) = 18.04%
R=38.36%
G=43.61%
B=18.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168191790.1200.590.2572.3246.6752.94
HexA8BF4FC03B19482f35
Octal25027711714073311105765
Binary1010100010111111100111111000111011110011001000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF4F; }

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

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

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

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

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

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

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

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