#A8BC24

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

Shades of Bahia #A8BC24

Tints of Bahia #A8BC24

Color information

#A8BC24 (or 0xA8BC24) is unknown color: approx Bahia. HEX triplet: A8, BC and 24. RGB value is (168,188,36). Sum of RGB (Red+Green+Blue) = 168+188+36=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC24 is #5743DB. Grayscale: #A5A5A5. Windows color (decimal): -5719004 or 2407592. OLE color: 2407592.

HSL color Cylindrical-coordinate representation of color #A8BC24: hue angle of 67.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8BC24 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB16818836-
CMYK0.1100.810.26
HSL67.89º67.86%43.92%-
HSV(B)67.89º80.85%73.73%-
XYZ34.4544.428.43-
YUV164.6955.37130.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 188 (73.83% from 255) = 47.96%
BLUE value IS 36 (14.45% from 255) = 9.18%
R=42.86%
G=47.96%
B=9.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168188360.1100.810.2667.8967.8643.92
HexA8BC24B0511A44442c
Octal250274441301213210410454
Binary10101000101111001001001011010100011101010001001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC24; }

 p { color: rgb(168,188,36); }

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

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

 a { background-color: rgb(168,188,36); }

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

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

 span { border-color: rgb(168,188,36); }

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