#9EAE26

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

Shades of Bahia #9EAE26

Tints of Bahia #9EAE26

Color information

#9EAE26 (or 0x9EAE26) is unknown color: approx Bahia. HEX triplet: 9E, AE and 26. RGB value is (158,174,38). Sum of RGB (Red+Green+Blue) = 158+174+38=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAE26 is #6151D9. Grayscale: #9A9A9A. Windows color (decimal): -6377946 or 2535070. OLE color: 2535070.

HSL color Cylindrical-coordinate representation of color #9EAE26: hue angle of 67.06º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EAE26 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB15817438-
CMYK0.0900.780.32
HSL67.06º64.15%41.57%-
HSV(B)67.06º78.16%68.24%-
XYZ29.5937.687.55-
YUV153.7162.7131.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.70%
GREEN value IS 174 (68.36% from 255) = 47.03%
BLUE value IS 38 (15.23% from 255) = 10.27%
R=42.70%
G=47.03%
B=10.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158174380.0900.780.3267.0664.1541.57
Hex9EAE26904E2043402a
Octal236256461101164010310052
Binary100111101010111010011010010100111010000010000111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,174,38); }

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

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

 a { background-color: rgb(158,174,38); }

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

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

 span { border-color: rgb(158,174,38); }

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