Html Css Color HEX #9B9005 Lucky

📋 copy color: '#9B9005'

red 155 ◦ green 144 ◦ blue 5

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

Shades of Lucky #9B9005

Tints of Lucky #9B9005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 50.99%
G = 47.37%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B9005 (or 0x9B9005) is known color: Lucky. HEX triplet: 9B, 90 and 05. RGB value is (155,144,5). Sum of RGB (Red+Green+Blue) = 155+144+5=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9005 is #646FFA. Grayscale: #848484. Windows color (decimal): -6582267 or 364699. OLE color: 364699.

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

Color convert

RGB 155 144 5 -
CMYK 0 0.07 0.97 0.39
HSL 55.6º 0.94% 0.31% -
HSV(B) 55.6º 0.97% 0.61% -
XYZ 23.52 26.93 4.1 -
YUV 131.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 155 144 5 0 0.07 0.97 0.39 55.6 0.94 0.31
Hex 9B 90 5 0 7 61 27 38 5E 1F
Octal 233 220 5 0 7 141 47 70 136 37
Binary 10011011 10010000 101 0 111 1100001 100111 111000 1011110 11111

Color Harmonies of #9B9005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9005

Black with #9B9005

Text Example


Text Example

White with #9B9005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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