Html Css Color HEX #9C9A0E Lucky

📋 copy color: '#9C9A0E'

red 156 ◦ green 154 ◦ blue 14

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

Shades of Lucky #9C9A0E

Tints of Lucky #9C9A0E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.53%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 48.15%
G = 47.53%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C9A0E (or 0x9C9A0E) is known color: Lucky. HEX triplet: 9C, 9A and 0E. RGB value is (156,154,14). Sum of RGB (Red+Green+Blue) = 156+154+14=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9A0E is #6365F1. Grayscale: #8B8B8B. Windows color (decimal): -6514162 or 957084. OLE color: 957084.

HSL color Cylindrical-coordinate representation of color #9C9A0E: hue angle of 59.15º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C9A0E is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 154 14 -
CMYK 0 0.01 0.91 0.39
HSL 59.15º 0.84% 0.33% -
HSV(B) 59.15º 0.91% 0.61% -
XYZ 25.35 30.21 4.91 -
YUV 138.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 156 154 14 0 0.01 0.91 0.39 59.15 0.84 0.33
Hex 9C 9A E 0 1 5B 27 3B 54 21
Octal 234 232 16 0 1 133 47 73 124 41
Binary 10011100 10011010 1110 0 1 1011011 100111 111011 1010100 100001

Color Harmonies of #9C9A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9A0E

Black with #9C9A0E

Text Example


Text Example

White with #9C9A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,154,14); }

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

background-color css

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

 a { background-color: rgb(156,154,14); }

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

border-color css

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

 span { border-color: rgb(156,154,14); }

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