Html Css Color HEX #9C9215 Lucky

📋 copy color: '#9C9215'

red 156 ◦ green 146 ◦ blue 21

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

Shades of Lucky #9C9215

Tints of Lucky #9C9215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

 BLUE value IS 21 (8.59% from 255) = 6.5%

R = 48.3%
G = 45.2%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C9215 (or 0x9C9215) is known color: Lucky. HEX triplet: 9C, 92 and 15. RGB value is (156,146,21). Sum of RGB (Red+Green+Blue) = 156+146+21=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9215 is #636DEA. Grayscale: #878787. Windows color (decimal): -6516203 or 1413788. OLE color: 1413788.

HSL color Cylindrical-coordinate representation of color #9C9215: hue angle of 55.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C9215 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 146 21 -
CMYK 0 0.06 0.87 0.39
HSL 55.56º 0.76% 0.35% -
HSV(B) 55.56º 0.87% 0.61% -
XYZ 24.12 27.68 4.78 -
YUV 134.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 156 146 21 0 0.06 0.87 0.39 55.56 0.76 0.35
Hex 9C 92 15 0 6 57 27 38 4C 23
Octal 234 222 25 0 6 127 47 70 114 43
Binary 10011100 10010010 10101 0 110 1010111 100111 111000 1001100 100011

Color Harmonies of #9C9215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9215

Black with #9C9215

Text Example


Text Example

White with #9C9215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,146,21); }

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

background-color css

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

 a { background-color: rgb(156,146,21); }

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

border-color css

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

 span { border-color: rgb(156,146,21); }

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