#9ABA23

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

Shades of Bahia #9ABA23

Tints of Bahia #9ABA23

Color information

#9ABA23 (or 0x9ABA23) is unknown color: approx Bahia. HEX triplet: 9A, BA and 23. RGB value is (154,186,35). Sum of RGB (Red+Green+Blue) = 154+186+35=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABA23 is #6545DC. Grayscale: #9F9F9F. Windows color (decimal): -6637021 or 2341530. OLE color: 2341530.

HSL color Cylindrical-coordinate representation of color #9ABA23: hue angle of 72.72º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9ABA23 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB15418635-
CMYK0.1700.810.27
HSL72.72º68.33%43.33%-
HSV(B)72.72º81.18%72.94%-
XYZ31.1942.118.07-
YUV159.2257.9124.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 35 (14.06% from 255) = 9.33%
R=41.07%
G=49.6%
B=9.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154186350.1700.810.2772.7268.3343.33
Hex9ABA23110511B49442b
Octal232272432101213311110453
Binary100110101011101010001110001010100011101110010011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,35); }

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

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

 a { background-color: rgb(154,186,35); }

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

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

 span { border-color: rgb(154,186,35); }

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