#A8C81F

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

Shades of Bahia #A8C81F

Tints of Bahia #A8C81F

Color information

#A8C81F (or 0xA8C81F) is unknown color: approx Bahia. HEX triplet: A8, C8 and 1F. RGB value is (168,200,31). Sum of RGB (Red+Green+Blue) = 168+200+31=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C81F is #5737E0. Grayscale: #ABABAB. Windows color (decimal): -5715937 or 2082984. OLE color: 2082984.

HSL color Cylindrical-coordinate representation of color #A8C81F: hue angle of 71.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8C81F is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB16820031-
CMYK0.1600.840.22
HSL71.36º73.16%45.29%-
HSV(B)71.36º84.5%78.43%-
XYZ37.0549.738.94-
YUV171.1748.9125.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 200 (78.52% from 255) = 50.13%
BLUE value IS 31 (12.5% from 255) = 7.77%
R=42.11%
G=50.13%
B=7.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168200310.1600.840.2271.3673.1645.29
HexA8C81F100541647492d
Octal250310372001242610711155
Binary10101000110010001111110000010101001011010001111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C81F; }

 p { color: rgb(168,200,31); }

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

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

 a { background-color: rgb(168,200,31); }

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

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

 span { border-color: rgb(168,200,31); }

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