Html Css Color HEX #9C8A37 Reef Gold

📋 copy color: '#9C8A37'

red 156 ◦ green 138 ◦ blue 55

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

Shades of Reef Gold #9C8A37

Tints of Reef Gold #9C8A37

RGB

 RED value IS 156 (61.33% from 255) = 44.7%

 GREEN value IS 138 (54.3% from 255) = 39.54%

 BLUE value IS 55 (21.88% from 255) = 15.76%

R = 44.7%
G = 39.54%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9C8A37 (or 0x9C8A37) is known color: Reef Gold. HEX triplet: 9C, 8A and 37. RGB value is (156,138,55). Sum of RGB (Red+Green+Blue) = 156+138+55=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8A37 is #6375C8. Grayscale: #868686. Windows color (decimal): -6518217 or 3639964. OLE color: 3639964.

HSL color Cylindrical-coordinate representation of color #9C8A37: hue angle of 49.31º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C8A37 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 138 55 -
CMYK 0 0.12 0.65 0.39
HSL 49.31º 0.48% 0.41% -
HSV(B) 49.31º 0.65% 0.61% -
XYZ 23.49 25.52 7.3 -
YUV 133.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 156 138 55 0 0.12 0.65 0.39 49.31 0.48 0.41
Hex 9C 8A 37 0 C 41 27 31 30 29
Octal 234 212 67 0 14 101 47 61 60 51
Binary 10011100 10001010 110111 0 1100 1000001 100111 110001 110000 101001

Color Harmonies of #9C8A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8A37

Black with #9C8A37

Text Example


Text Example

White with #9C8A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,138,55); }

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

background-color css

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

 a { background-color: rgb(156,138,55); }

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

border-color css

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

 span { border-color: rgb(156,138,55); }

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