#9ABE1E

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

Shades of Bahia #9ABE1E

Tints of Bahia #9ABE1E

Color information

#9ABE1E (or 0x9ABE1E) is unknown color: approx Bahia. HEX triplet: 9A, BE and 1E. RGB value is (154,190,30). Sum of RGB (Red+Green+Blue) = 154+190+30=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABE1E is #6541E1. Grayscale: #A1A1A1. Windows color (decimal): -6636002 or 2014874. OLE color: 2014874.

HSL color Cylindrical-coordinate representation of color #9ABE1E: hue angle of 73.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9ABE1E is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB15419030-
CMYK0.1900.840.25
HSL73.5º72.73%43.14%-
HSV(B)73.5º84.21%74.51%-
XYZ31.9743.798-
YUV16154.07123.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.18%
GREEN value IS 190 (74.61% from 255) = 50.80%
BLUE value IS 30 (12.11% from 255) = 8.02%
R=41.18%
G=50.80%
B=8.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154190300.1900.840.2573.572.7343.14
Hex9ABE1E13054194a492b
Octal232276362301243111211153
Binary10011010101111101111010011010101001100110010101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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