Html Css Color HEX #9EB32D Bahia

📋 copy color: '#9EB32D'

red 158 ◦ green 179 ◦ blue 45

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

Shades of Bahia #9EB32D

Tints of Bahia #9EB32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.78%

R = 41.36%
G = 46.86%
B = 11.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#9EB32D (or 0x9EB32D) is known color: Bahia. HEX triplet: 9E, B3 and 2D. RGB value is (158,179,45). Sum of RGB (Red+Green+Blue) = 158+179+45=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB32D is #614CD2. Grayscale: #9D9D9D. Windows color (decimal): -6376659 or 2995102. OLE color: 2995102.

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

Color convert

RGB 158 179 45 -
CMYK 0.12 0 0.75 0.30
HSL 69.4º 0.6% 0.44% -
HSV(B) 69.4º 0.75% 0.7% -
XYZ 30.69 39.7 8.53 -
YUV 157.45 64.54 128.4 -
System Red Green Blue C M Y K H S L
Decimal 158 179 45 0.12 0 0.75 0.30 69.4 0.6 0.44
Hex 9E B3 2D C 0 4B 1E 45 3C 2C
Octal 236 263 55 14 0 113 36 105 74 54
Binary 10011110 10110011 101101 1100 0 1001011 11110 1000101 111100 101100

Color Harmonies of #9EB32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB32D

Black with #9EB32D

Text Example


Text Example

White with #9EB32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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