Html Css Color HEX #9B9B04 Lucky

📋 copy color: '#9B9B04'

red 155 ◦ green 155 ◦ blue 4

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

Shades of Lucky #9B9B04

Tints of Lucky #9B9B04

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.36%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 49.36%
G = 49.36%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B9B04 (or 0x9B9B04) is known color: Lucky. HEX triplet: 9B, 9B and 04. RGB value is (155,155,4). Sum of RGB (Red+Green+Blue) = 155+155+4=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 155 - color contains mainly: red, green. Hex color #9B9B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9B04 is #6464FB. Grayscale: #8A8A8A. Windows color (decimal): -6579452 or 301979. OLE color: 301979.

HSL color Cylindrical-coordinate representation of color #9B9B04: hue angle of 60º degrees, saturation: 0.95, 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 #9B9B04 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 155 4 -
CMYK 0 0 0.97 0.39
HSL 60º 0.95% 0.31% -
HSV(B) 60º 0.97% 0.61% -
XYZ 25.26 30.42 4.66 -
YUV 137.79 52.5 140.28 -
System Red Green Blue C M Y K H S L
Decimal 155 155 4 0 0 0.97 0.39 60 0.95 0.31
Hex 9B 9B 4 0 0 61 27 3C 5F 1F
Octal 233 233 4 0 0 141 47 74 137 37
Binary 10011011 10011011 100 0 0 1100001 100111 111100 1011111 11111

Color Harmonies of #9B9B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9B04

Black with #9B9B04

Text Example


Text Example

White with #9B9B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,155,4); }

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

background-color css

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

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

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

border-color css

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

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

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