Html Css Color HEX #9B9016 Lucky

📋 copy color: '#9B9016'

red 155 ◦ green 144 ◦ blue 22

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

Shades of Lucky #9B9016

Tints of Lucky #9B9016

RGB

 RED value IS 155 (60.94% from 255) = 48.29%

 GREEN value IS 144 (56.64% from 255) = 44.86%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 48.29%
G = 44.86%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B9016 (or 0x9B9016) is known color: Lucky. HEX triplet: 9B, 90 and 16. RGB value is (155,144,22). Sum of RGB (Red+Green+Blue) = 155+144+22=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9016 is #646FE9. Grayscale: #858585. Windows color (decimal): -6582250 or 1478811. OLE color: 1478811.

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

Color convert

RGB 155 144 22 -
CMYK 0 0.07 0.86 0.39
HSL 55.04º 0.75% 0.35% -
HSV(B) 55.04º 0.86% 0.61% -
XYZ 23.64 26.97 4.72 -
YUV 133.38 65.14 143.42 -
System Red Green Blue C M Y K H S L
Decimal 155 144 22 0 0.07 0.86 0.39 55.04 0.75 0.35
Hex 9B 90 16 0 7 56 27 37 4B 23
Octal 233 220 26 0 7 126 47 67 113 43
Binary 10011011 10010000 10110 0 111 1010110 100111 110111 1001011 100011

Color Harmonies of #9B9016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9016

Black with #9B9016

Text Example


Text Example

White with #9B9016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,144,22); }

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

background-color css

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

 a { background-color: rgb(155,144,22); }

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

border-color css

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

 span { border-color: rgb(155,144,22); }

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