Html Css Color HEX #9C9214 Lucky

📋 copy color: '#9C9214'

red 156 ◦ green 146 ◦ blue 20

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

Shades of Lucky #9C9214

Tints of Lucky #9C9214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 48.45%
G = 45.34%
B = 6.21%

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

#9C9214 (or 0x9C9214) is known color: Lucky. HEX triplet: 9C, 92 and 14. RGB value is (156,146,20). Sum of RGB (Red+Green+Blue) = 156+146+20=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9214 is #636DEB. Grayscale: #878787. Windows color (decimal): -6516204 or 1348252. OLE color: 1348252.

HSL color Cylindrical-coordinate representation of color #9C9214: hue angle of 55.59º degrees, saturation: 0.77, 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 #9C9214 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 146 20 -
CMYK 0 0.06 0.87 0.39
HSL 55.59º 0.77% 0.35% -
HSV(B) 55.59º 0.87% 0.61% -
XYZ 24.12 27.68 4.73 -
YUV 134.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 156 146 20 0 0.06 0.87 0.39 55.59 0.77 0.35
Hex 9C 92 14 0 6 57 27 38 4D 23
Octal 234 222 24 0 6 127 47 70 115 43
Binary 10011100 10010010 10100 0 110 1010111 100111 111000 1001101 100011

Color Harmonies of #9C9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9214

Black with #9C9214

Text Example


Text Example

White with #9C9214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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