Html Css Color HEX #9C8138 Reef Gold

📋 copy color: '#9C8138'

red 156 ◦ green 129 ◦ blue 56

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

Shades of Reef Gold #9C8138

Tints of Reef Gold #9C8138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 56 (22.27% from 255) = 16.42%

R = 45.75%
G = 37.83%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#9C8138 (or 0x9C8138) is known color: Reef Gold. HEX triplet: 9C, 81 and 38. RGB value is (156,129,56). Sum of RGB (Red+Green+Blue) = 156+129+56=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8138 is #637EC7. Grayscale: #818181. Windows color (decimal): -6520520 or 3703196. OLE color: 3703196.

HSL color Cylindrical-coordinate representation of color #9C8138: hue angle of 43.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C8138 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 129 56 -
CMYK 0 0.17 0.64 0.39
HSL 43.8º 0.47% 0.42% -
HSV(B) 43.8º 0.64% 0.61% -
XYZ 22.27 23.05 7.02 -
YUV 128.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 156 129 56 0 0.17 0.64 0.39 43.8 0.47 0.42
Hex 9C 81 38 0 11 40 27 2C 2F 2A
Octal 234 201 70 0 21 100 47 54 57 52
Binary 10011100 10000001 111000 0 10001 1000000 100111 101100 101111 101010

Color Harmonies of #9C8138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8138

Black with #9C8138

Text Example


Text Example

White with #9C8138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,129,56); }

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

background-color css

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

 a { background-color: rgb(156,129,56); }

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

border-color css

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

 span { border-color: rgb(156,129,56); }

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