Html Css Color HEX #9EB32E Bahia

📋 copy color: '#9EB32E'

red 158 ◦ green 179 ◦ blue 46

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

Shades of Bahia #9EB32E

Tints of Bahia #9EB32E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.74%

 BLUE value IS 46 (18.36% from 255) = 12.01%

R = 41.25%
G = 46.74%
B = 12.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#9EB32E (or 0x9EB32E) is known color: Bahia. HEX triplet: 9E, B3 and 2E. RGB value is (158,179,46). Sum of RGB (Red+Green+Blue) = 158+179+46=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB32E is #614CD1. Grayscale: #9E9E9E. Windows color (decimal): -6376658 or 3060638. OLE color: 3060638.

HSL color Cylindrical-coordinate representation of color #9EB32E: hue angle of 69.47º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9EB32E is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 179 46 -
CMYK 0.12 0 0.74 0.30
HSL 69.47º 0.59% 0.44% -
HSV(B) 69.47º 0.74% 0.7% -
XYZ 30.71 39.71 8.63 -
YUV 157.56 65.04 128.31 -
System Red Green Blue C M Y K H S L
Decimal 158 179 46 0.12 0 0.74 0.30 69.47 0.59 0.44
Hex 9E B3 2E C 0 4A 1E 45 3B 2C
Octal 236 263 56 14 0 112 36 105 73 54
Binary 10011110 10110011 101110 1100 0 1001010 11110 1000101 111011 101100

Color Harmonies of #9EB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB32E

Black with #9EB32E

Text Example


Text Example

White with #9EB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,179,46); }

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

background-color css

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

 a { background-color: rgb(158,179,46); }

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

border-color css

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

 span { border-color: rgb(158,179,46); }

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