Html Css Color HEX #9C8B4C Luxor Gold

📋 copy color: '#9C8B4C'

red 156 ◦ green 139 ◦ blue 76

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

Shades of Luxor Gold #9C8B4C

Tints of Luxor Gold #9C8B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.49%

R = 42.05%
G = 37.47%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C8B4C (or 0x9C8B4C) is known color: Luxor Gold. HEX triplet: 9C, 8B and 4C. RGB value is (156,139,76). Sum of RGB (Red+Green+Blue) = 156+139+76=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8B4C is #6374B3. Grayscale: #898989. Windows color (decimal): -6517940 or 5016476. OLE color: 5016476.

HSL color Cylindrical-coordinate representation of color #9C8B4C: hue angle of 47.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C8B4C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 139 76 -
CMYK 0 0.11 0.51 0.39
HSL 47.25º 0.34% 0.45% -
HSV(B) 47.25º 0.51% 0.61% -
XYZ 24.25 26.05 10.59 -
YUV 136.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 156 139 76 0 0.11 0.51 0.39 47.25 0.34 0.45
Hex 9C 8B 4C 0 B 33 27 2F 22 2D
Octal 234 213 114 0 13 63 47 57 42 55
Binary 10011100 10001011 1001100 0 1011 110011 100111 101111 100010 101101

Color Harmonies of #9C8B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8B4C

Black with #9C8B4C

Text Example


Text Example

White with #9C8B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,139,76); }

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

background-color css

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

 a { background-color: rgb(156,139,76); }

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

border-color css

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

 span { border-color: rgb(156,139,76); }

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