#A4C717

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

Shades of Bahia #A4C717

Tints of Bahia #A4C717

Color information

#A4C717 (or 0xA4C717) is unknown color: approx Bahia. HEX triplet: A4, C7 and 17. RGB value is (164,199,23). Sum of RGB (Red+Green+Blue) = 164+199+23=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C717 is #5B38E8. Grayscale: #A9A9A9. Windows color (decimal): -5978345 or 1558436. OLE color: 1558436.

HSL color Cylindrical-coordinate representation of color #A4C717: hue angle of 71.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4C717 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB16419923-
CMYK0.1800.880.22
HSL71.93º79.28%43.53%-
HSV(B)71.93º88.44%78.04%-
XYZ35.8948.88.34-
YUV168.4745.9124.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 199 (78.12% from 255) = 51.55%
BLUE value IS 23 (9.38% from 255) = 5.96%
R=42.49%
G=51.55%
B=5.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164199230.1800.880.2271.9379.2843.53
HexA4C7171205816484f2c
Octal244307272201302611011754
Binary10100100110001111011110010010110001011010010001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C717; }

 p { color: rgb(164,199,23); }

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

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

 a { background-color: rgb(164,199,23); }

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

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

 span { border-color: rgb(164,199,23); }

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