Html Css Color HEX #9EB325 Bahia

📋 copy color: '#9EB325'

red 158 ◦ green 179 ◦ blue 37

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

Shades of Bahia #9EB325

Tints of Bahia #9EB325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.89%

R = 42.25%
G = 47.86%
B = 9.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#9EB325 (or 0x9EB325) is known color: Bahia. HEX triplet: 9E, B3 and 25. RGB value is (158,179,37). Sum of RGB (Red+Green+Blue) = 158+179+37=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB325 is #614CDA. Grayscale: #9D9D9D. Windows color (decimal): -6376667 or 2470814. OLE color: 2470814.

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

Color convert

RGB 158 179 37 -
CMYK 0.12 0 0.79 0.30
HSL 68.87º 0.66% 0.42% -
HSV(B) 68.87º 0.79% 0.7% -
XYZ 30.55 39.64 7.79 -
YUV 156.53 60.54 129.05 -
System Red Green Blue C M Y K H S L
Decimal 158 179 37 0.12 0 0.79 0.30 68.87 0.66 0.42
Hex 9E B3 25 C 0 4F 1E 45 42 2A
Octal 236 263 45 14 0 117 36 105 102 52
Binary 10011110 10110011 100101 1100 0 1001111 11110 1000101 1000010 101010

Color Harmonies of #9EB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB325

Black with #9EB325

Text Example


Text Example

White with #9EB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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