Html Css Color HEX #9B8E0E Lucky

📋 copy color: '#9B8E0E'

red 155 ◦ green 142 ◦ blue 14

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

Shades of Lucky #9B8E0E

Tints of Lucky #9B8E0E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.66%

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 49.84%
G = 45.66%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B8E0E (or 0x9B8E0E) is known color: Lucky. HEX triplet: 9B, 8E and 0E. RGB value is (155,142,14). Sum of RGB (Red+Green+Blue) = 155+142+14=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8E0E is #6471F1. Grayscale: #838383. Windows color (decimal): -6582770 or 954011. OLE color: 954011.

HSL color Cylindrical-coordinate representation of color #9B8E0E: hue angle of 54.47º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B8E0E is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 142 14 -
CMYK 0 0.08 0.91 0.39
HSL 54.47º 0.83% 0.33% -
HSV(B) 54.47º 0.91% 0.61% -
XYZ 23.27 26.35 4.27 -
YUV 131.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 155 142 14 0 0.08 0.91 0.39 54.47 0.83 0.33
Hex 9B 8E E 0 8 5B 27 36 53 21
Octal 233 216 16 0 10 133 47 66 123 41
Binary 10011011 10001110 1110 0 1000 1011011 100111 110110 1010011 100001

Color Harmonies of #9B8E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8E0E

Black with #9B8E0E

Text Example


Text Example

White with #9B8E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,142,14); }

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

background-color css

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

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

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

border-color css

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

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

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