Html Css Color HEX #9C9701 Lucky

📋 copy color: '#9C9701'

red 156 ◦ green 151 ◦ blue 1

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

Shades of Lucky #9C9701

Tints of Lucky #9C9701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.03%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 50.65%
G = 49.03%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9C9701 (or 0x9C9701) is known color: Lucky. HEX triplet: 9C, 97 and 01. RGB value is (156,151,1). Sum of RGB (Red+Green+Blue) = 156+151+1=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9701 is #6368FE. Grayscale: #888888. Windows color (decimal): -6514943 or 104348. OLE color: 104348.

HSL color Cylindrical-coordinate representation of color #9C9701: hue angle of 58.06º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C9701 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 151 1 -
CMYK 0 0.03 0.99 0.39
HSL 58.06º 0.99% 0.31% -
HSV(B) 58.06º 0.99% 0.61% -
XYZ 24.78 29.2 4.36 -
YUV 135.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 156 151 1 0 0.03 0.99 0.39 58.06 0.99 0.31
Hex 9C 97 1 0 3 63 27 3A 63 1F
Octal 234 227 1 0 3 143 47 72 143 37
Binary 10011100 10010111 1 0 11 1100011 100111 111010 1100011 11111

Color Harmonies of #9C9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9701

Black with #9C9701

Text Example


Text Example

White with #9C9701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,151,1); }

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

background-color css

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

 a { background-color: rgb(156,151,1); }

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

border-color css

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

 span { border-color: rgb(156,151,1); }

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