Html Css Color HEX #9EB725 Bahia

📋 copy color: '#9EB725'

red 158 ◦ green 183 ◦ blue 37

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

Shades of Bahia #9EB725

Tints of Bahia #9EB725

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.41%

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

R = 41.8%
G = 48.41%
B = 9.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#9EB725 (or 0x9EB725) is known color: Bahia. HEX triplet: 9E, B7 and 25. RGB value is (158,183,37). Sum of RGB (Red+Green+Blue) = 158+183+37=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB725 is #6148DA. Grayscale: #9F9F9F. Windows color (decimal): -6375643 or 2471838. OLE color: 2471838.

HSL color Cylindrical-coordinate representation of color #9EB725: hue angle of 70.27º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9EB725 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 183 37 -
CMYK 0.14 0 0.80 0.28
HSL 70.27º 0.66% 0.43% -
HSV(B) 70.27º 0.8% 0.72% -
XYZ 31.37 41.27 8.06 -
YUV 158.88 59.22 127.37 -
System Red Green Blue C M Y K H S L
Decimal 158 183 37 0.14 0 0.80 0.28 70.27 0.66 0.43
Hex 9E B7 25 E 0 50 1C 46 42 2B
Octal 236 267 45 16 0 120 34 106 102 53
Binary 10011110 10110111 100101 1110 0 1010000 11100 1000110 1000010 101011

Color Harmonies of #9EB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB725

Black with #9EB725

Text Example


Text Example

White with #9EB725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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