#9ABE1B

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

Shades of Bahia #9ABE1B

Tints of Bahia #9ABE1B

Color information

#9ABE1B (or 0x9ABE1B) is unknown color: approx Bahia. HEX triplet: 9A, BE and 1B. RGB value is (154,190,27). Sum of RGB (Red+Green+Blue) = 154+190+27=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABE1B is #6541E4. Grayscale: #A1A1A1. Windows color (decimal): -6636005 or 1818266. OLE color: 1818266.

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

Color convert

RGB15419027-
CMYK0.1900.860.25
HSL73.25º75.12%42.55%-
HSV(B)73.25º85.79%74.51%-
XYZ31.9443.787.8-
YUV160.6552.57123.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.51%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 27 (10.94% from 255) = 7.28%
R=41.51%
G=51.21%
B=7.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154190270.1900.860.2573.2575.1242.55
Hex9ABE1B1305619494b2b
Octal232276332301263111111353
Binary10011010101111101101110011010101101100110010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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