#9EAE1E

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

Shades of Bahia #9EAE1E

Tints of Bahia #9EAE1E

Color information

#9EAE1E (or 0x9EAE1E) is unknown color: approx Bahia. HEX triplet: 9E, AE and 1E. RGB value is (158,174,30). Sum of RGB (Red+Green+Blue) = 158+174+30=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAE1E is #6151E1. Grayscale: #999999. Windows color (decimal): -6377954 or 2010782. OLE color: 2010782.

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

Color convert

RGB15817430-
CMYK0.0900.830.32
HSL66.67º70.59%40%-
HSV(B)66.67º82.76%68.24%-
XYZ29.4737.636.94-
YUV152.858.7131.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 174 (68.36% from 255) = 48.07%
BLUE value IS 30 (12.11% from 255) = 8.29%
R=43.65%
G=48.07%
B=8.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158174300.0900.830.3266.6770.5940
Hex9EAE1E905320434728
Octal236256361101234010310750
Binary10011110101011101111010010101001110000010000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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