Html Css Color HEX #9EB32B Bahia

📋 copy color: '#9EB32B'

red 158 ◦ green 179 ◦ blue 43

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

Shades of Bahia #9EB32B

Tints of Bahia #9EB32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.32%

R = 41.58%
G = 47.11%
B = 11.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#9EB32B (or 0x9EB32B) is known color: Bahia. HEX triplet: 9E, B3 and 2B. RGB value is (158,179,43). Sum of RGB (Red+Green+Blue) = 158+179+43=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB32B is #614CD4. Grayscale: #9D9D9D. Windows color (decimal): -6376661 or 2864030. OLE color: 2864030.

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

Color convert

RGB 158 179 43 -
CMYK 0.12 0 0.76 0.30
HSL 69.26º 0.61% 0.44% -
HSV(B) 69.26º 0.76% 0.7% -
XYZ 30.66 39.68 8.33 -
YUV 157.22 63.54 128.56 -
System Red Green Blue C M Y K H S L
Decimal 158 179 43 0.12 0 0.76 0.30 69.26 0.61 0.44
Hex 9E B3 2B C 0 4C 1E 45 3D 2C
Octal 236 263 53 14 0 114 36 105 75 54
Binary 10011110 10110011 101011 1100 0 1001100 11110 1000101 111101 101100

Color Harmonies of #9EB32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB32B

Black with #9EB32B

Text Example


Text Example

White with #9EB32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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