#9B8E1C

Color #9B8E1C Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #9B8E1C

Tints of Lemon Ginger #9B8E1C

Color information

#9B8E1C (or 0x9B8E1C) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 8E and 1C. RGB value is (155,142,28). Sum of RGB (Red+Green+Blue) = 155+142+28=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8E1C is #6471E3. Grayscale: #858585. Windows color (decimal): -6582756 or 1871515. OLE color: 1871515.

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

Color convert

RGB15514228-
CMYK00.080.820.39
HSL53.86º69.4%35.88%-
HSV(B)53.86º81.94%60.78%-
XYZ23.426.44.96-
YUV132.8968.81143.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 28 (11.33% from 255) = 8.62%
R=47.69%
G=43.69%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551422800.080.820.3953.8669.435.88
Hex9B8E1C085227364524
Octal23321634010122476610544
Binary1001101110001110111000100010100101001111101101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B8E1C;
 }
 .AnyTagClassName
 {
   color: #9B8E1C;
 }
</style>
background-color css

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

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

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

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

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

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