#A8CA27

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

Shades of Bahia #A8CA27

Tints of Bahia #A8CA27

Color information

#A8CA27 (or 0xA8CA27) is unknown color: approx Bahia. HEX triplet: A8, CA and 27. RGB value is (168,202,39). Sum of RGB (Red+Green+Blue) = 168+202+39=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA27 is #5735D8. Grayscale: #ADADAD. Windows color (decimal): -5715417 or 2607784. OLE color: 2607784.

HSL color Cylindrical-coordinate representation of color #A8CA27: hue angle of 72.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8CA27 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB16820239-
CMYK0.1700.810.21
HSL72.52º67.63%47.25%-
HSV(B)72.52º80.69%79.22%-
XYZ37.6450.719.72-
YUV173.2552.24124.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 202 (79.30% from 255) = 49.39%
BLUE value IS 39 (15.62% from 255) = 9.54%
R=41.08%
G=49.39%
B=9.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168202390.1700.810.2172.5267.6347.25
HexA8CA27110511549442f
Octal250312472101212511110457
Binary101010001100101010011110001010100011010110010011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CA27; }

 p { color: rgb(168,202,39); }

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

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

 a { background-color: rgb(168,202,39); }

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

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

 span { border-color: rgb(168,202,39); }

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