Html Css Color HEX #9EAC1F Bahia

📋 copy color: '#9EAC1F'

red 158 ◦ green 172 ◦ blue 31

#9EAC1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #9EAC1F

Tints of Bahia #9EAC1F

RGB

 RED value IS 158 (62.11% from 255) = 43.77%

 GREEN value IS 172 (67.58% from 255) = 47.65%

 BLUE value IS 31 (12.5% from 255) = 8.59%

R = 43.77%
G = 47.65%
B = 8.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#9EAC1F (or 0x9EAC1F) is known color: Bahia. HEX triplet: 9E, AC and 1F. RGB value is (158,172,31). Sum of RGB (Red+Green+Blue) = 158+172+31=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAC1F is #6153E0. Grayscale: #989898. Windows color (decimal): -6378465 or 2075806. OLE color: 2075806.

HSL color Cylindrical-coordinate representation of color #9EAC1F: hue angle of 65.96º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9EAC1F is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 172 31 -
CMYK 0.08 0 0.82 0.33
HSL 65.96º 0.69% 0.4% -
HSV(B) 65.96º 0.82% 0.67% -
XYZ 29.1 36.87 6.88 -
YUV 151.74 59.86 132.46 -
System Red Green Blue C M Y K H S L
Decimal 158 172 31 0.08 0 0.82 0.33 65.96 0.69 0.4
Hex 9E AC 1F 8 0 52 21 42 45 28
Octal 236 254 37 10 0 122 41 102 105 50
Binary 10011110 10101100 11111 1000 0 1010010 100001 1000010 1000101 101000

Color Harmonies of #9EAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAC1F

Black with #9EAC1F

Text Example


Text Example

White with #9EAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EAC1F;
 }
 .AnyTagClassName
 {
   color: #9EAC1F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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