#9AB71E

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

Shades of Bahia #9AB71E

Tints of Bahia #9AB71E

Color information

#9AB71E (or 0x9AB71E) is unknown color: approx Bahia. HEX triplet: 9A, B7 and 1E. RGB value is (154,183,30). Sum of RGB (Red+Green+Blue) = 154+183+30=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB71E is #6548E1. Grayscale: #9D9D9D. Windows color (decimal): -6637794 or 2013082. OLE color: 2013082.

HSL color Cylindrical-coordinate representation of color #9AB71E: hue angle of 71.37º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9AB71E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB15418330-
CMYK0.1600.840.28
HSL71.37º71.83%41.76%-
HSV(B)71.37º83.61%71.76%-
XYZ30.4940.837.5-
YUV156.8956.39125.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.96%
GREEN value IS 183 (71.88% from 255) = 49.86%
BLUE value IS 30 (12.11% from 255) = 8.17%
R=41.96%
G=49.86%
B=8.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154183300.1600.840.2871.3771.8341.76
Hex9AB71E100541C47482a
Octal232267362001243410711052
Binary10011010101101111111010000010101001110010001111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AB71E; }

 p { color: rgb(154,183,30); }

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

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

 a { background-color: rgb(154,183,30); }

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

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

 span { border-color: rgb(154,183,30); }

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