#A7BA27

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

Shades of Bahia #A7BA27

Tints of Bahia #A7BA27

Color information

#A7BA27 (or 0xA7BA27) is unknown color: approx Bahia. HEX triplet: A7, BA and 27. RGB value is (167,186,39). Sum of RGB (Red+Green+Blue) = 167+186+39=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BA27 is #5845D8. Grayscale: #A4A4A4. Windows color (decimal): -5785049 or 2603687. OLE color: 2603687.

HSL color Cylindrical-coordinate representation of color #A7BA27: hue angle of 67.76º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A7BA27 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB16718639-
CMYK0.1000.790.27
HSL67.76º65.33%44.12%-
HSV(B)67.76º79.03%72.94%-
XYZ33.8643.488.53-
YUV163.5657.71130.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 186 (73.05% from 255) = 47.45%
BLUE value IS 39 (15.62% from 255) = 9.95%
R=42.60%
G=47.45%
B=9.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167186390.1000.790.2767.7665.3344.12
HexA7BA27A04F1B44412c
Octal247272471201173310410154
Binary10100111101110101001111010010011111101110001001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA27; }

 p { color: rgb(167,186,39); }

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

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

 a { background-color: rgb(167,186,39); }

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

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

 span { border-color: rgb(167,186,39); }

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