#a8c71f

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

Shades of Bahia #A8C71F

Tints of Bahia #A8C71F

Color information

#A8C71F (or 0xA8C71F) is unknown color: approx Bahia. HEX triplet: A8, C7 and 1F. RGB value is (168,199,31). Sum of RGB (Red+Green+Blue) = 168+199+31=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C71F is #5738E0. Grayscale: #ABABAB. Windows color (decimal): -5716193 or 2082728. OLE color: 2082728.

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

Color convert

RGB16819931-
CMYK0.1600.840.22
HSL71.07º73.04%45.1%-
HSV(B)71.07º84.42%78.04%-
XYZ36.8249.278.87-
YUV170.5849.23126.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 199 (78.12% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 7.79%
R=42.21%
G=50%
B=7.79%

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
Decimal168199310.1600.840.2271.0773.0445.1
HexA8C71F100541647492d
Octal250307372001242610711155
Binary10101000110001111111110000010101001011010001111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8c71f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8c71f; }

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

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

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

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

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

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

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

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