#9EAE1F

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

Shades of Bahia #9EAE1F

Tints of Bahia #9EAE1F

Color information

#9EAE1F (or 0x9EAE1F) is unknown color: approx Bahia. HEX triplet: 9E, AE and 1F. RGB value is (158,174,31). Sum of RGB (Red+Green+Blue) = 158+174+31=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAE1F is #6151E0. Grayscale: #999999. Windows color (decimal): -6377953 or 2076318. OLE color: 2076318.

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

Color convert

RGB15817431-
CMYK0.0900.820.32
HSL66.71º69.76%40.2%-
HSV(B)66.71º82.18%68.24%-
XYZ29.4837.647.01-
YUV152.9159.2131.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.53%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=43.53%
G=47.93%
B=8.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158174310.0900.820.3266.7169.7640.2
Hex9EAE1F905220434628
Octal236256371101224010310650
Binary10011110101011101111110010101001010000010000111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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