Html Css Color HEX #9B802C Lemon Ginger

📋 copy color: '#9B802C'

red 155 ◦ green 128 ◦ blue 44

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

Shades of Lemon Ginger #9B802C

Tints of Lemon Ginger #9B802C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.14%

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 47.4%
G = 39.14%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B802C (or 0x9B802C) is known color: Lemon Ginger. HEX triplet: 9B, 80 and 2C. RGB value is (155,128,44). Sum of RGB (Red+Green+Blue) = 155+128+44=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B802C is #647FD3. Grayscale: #7E7E7E. Windows color (decimal): -6586324 or 2916507. OLE color: 2916507.

HSL color Cylindrical-coordinate representation of color #9B802C: hue angle of 45.41º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B802C is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 44 -
CMYK 0 0.17 0.72 0.39
HSL 45.41º 0.56% 0.39% -
HSV(B) 45.41º 0.72% 0.61% -
XYZ 21.69 22.59 5.6 -
YUV 126.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 155 128 44 0 0.17 0.72 0.39 45.41 0.56 0.39
Hex 9B 80 2C 0 11 48 27 2D 38 27
Octal 233 200 54 0 21 110 47 55 70 47
Binary 10011011 10000000 101100 0 10001 1001000 100111 101101 111000 100111

Color Harmonies of #9B802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B802C

Black with #9B802C

Text Example


Text Example

White with #9B802C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,128,44); }

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

background-color css

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

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

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

border-color css

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

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

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