Html Css Color HEX #9D9201 Lucky

📋 copy color: '#9D9201'

red 157 ◦ green 146 ◦ blue 1

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

Shades of Lucky #9D9201

Tints of Lucky #9D9201

RGB

 RED value IS 157 (61.72% from 255) = 51.64%

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

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

R = 51.64%
G = 48.03%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9D9201 (or 0x9D9201) is known color: Lucky. HEX triplet: 9D, 92 and 01. RGB value is (157,146,1). Sum of RGB (Red+Green+Blue) = 157+146+1=304 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.64% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9201 is #626DFE. Grayscale: #858585. Windows color (decimal): -6450687 or 103069. OLE color: 103069.

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

Color convert

RGB 157 146 1 -
CMYK 0 0.07 0.99 0.38
HSL 55.77º 0.99% 0.31% -
HSV(B) 55.77º 0.99% 0.62% -
XYZ 24.19 27.73 4.11 -
YUV 132.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 157 146 1 0 0.07 0.99 0.38 55.77 0.99 0.31
Hex 9D 92 1 0 7 63 26 38 63 1F
Octal 235 222 1 0 7 143 46 70 143 37
Binary 10011101 10010010 1 0 111 1100011 100110 111000 1100011 11111

Color Harmonies of #9D9201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9201

Black with #9D9201

Text Example


Text Example

White with #9D9201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,146,1); }

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

background-color css

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

 a { background-color: rgb(157,146,1); }

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

border-color css

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

 span { border-color: rgb(157,146,1); }

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