Html Css Color HEX #9E9132 Reef Gold

📋 copy color: '#9E9132'

red 158 ◦ green 145 ◦ blue 50

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

Shades of Reef Gold #9E9132

Tints of Reef Gold #9E9132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.08%

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 44.76%
G = 41.08%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9E9132 (or 0x9E9132) is known color: Reef Gold. HEX triplet: 9E, 91 and 32. RGB value is (158,145,50). Sum of RGB (Red+Green+Blue) = 158+145+50=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9132 is #616ECD. Grayscale: #8A8A8A. Windows color (decimal): -6385358 or 3314078. OLE color: 3314078.

HSL color Cylindrical-coordinate representation of color #9E9132: hue angle of 52.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E9132 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 145 50 -
CMYK 0 0.08 0.68 0.38
HSL 52.78º 0.52% 0.41% -
HSV(B) 52.78º 0.68% 0.62% -
XYZ 24.8 27.75 7.07 -
YUV 138.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 158 145 50 0 0.08 0.68 0.38 52.78 0.52 0.41
Hex 9E 91 32 0 8 44 26 35 34 29
Octal 236 221 62 0 10 104 46 65 64 51
Binary 10011110 10010001 110010 0 1000 1000100 100110 110101 110100 101001

Color Harmonies of #9E9132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9132

Black with #9E9132

Text Example


Text Example

White with #9E9132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,145,50); }

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

background-color css

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

 a { background-color: rgb(158,145,50); }

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

border-color css

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

 span { border-color: rgb(158,145,50); }

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