Html Css Color HEX #9D8B3A Reef Gold

📋 copy color: '#9D8B3A'

red 157 ◦ green 139 ◦ blue 58

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

Shades of Reef Gold #9D8B3A

Tints of Reef Gold #9D8B3A

RGB

 RED value IS 157 (61.72% from 255) = 44.35%

 GREEN value IS 139 (54.69% from 255) = 39.27%

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 44.35%
G = 39.27%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9D8B3A (or 0x9D8B3A) is known color: Reef Gold. HEX triplet: 9D, 8B and 3A. RGB value is (157,139,58). Sum of RGB (Red+Green+Blue) = 157+139+58=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8B3A is #6274C5. Grayscale: #878787. Windows color (decimal): -6452422 or 3836829. OLE color: 3836829.

HSL color Cylindrical-coordinate representation of color #9D8B3A: hue angle of 49.09º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D8B3A is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 139 58 -
CMYK 0 0.11 0.63 0.38
HSL 49.09º 0.46% 0.42% -
HSV(B) 49.09º 0.63% 0.62% -
XYZ 23.9 25.94 7.75 -
YUV 135.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 157 139 58 0 0.11 0.63 0.38 49.09 0.46 0.42
Hex 9D 8B 3A 0 B 3F 26 31 2E 2A
Octal 235 213 72 0 13 77 46 61 56 52
Binary 10011101 10001011 111010 0 1011 111111 100110 110001 101110 101010

Color Harmonies of #9D8B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8B3A

Black with #9D8B3A

Text Example


Text Example

White with #9D8B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,139,58); }

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

background-color css

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

 a { background-color: rgb(157,139,58); }

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

border-color css

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

 span { border-color: rgb(157,139,58); }

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