Html Css Color HEX #9B8D2E Lemon Ginger

📋 copy color: '#9B8D2E'

red 155 ◦ green 141 ◦ blue 46

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

Shades of Lemon Ginger #9B8D2E

Tints of Lemon Ginger #9B8D2E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.23%

 BLUE value IS 46 (18.36% from 255) = 13.45%

R = 45.32%
G = 41.23%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B8D2E (or 0x9B8D2E) is known color: Lemon Ginger. HEX triplet: 9B, 8D and 2E. RGB value is (155,141,46). Sum of RGB (Red+Green+Blue) = 155+141+46=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8D2E is #6472D1. Grayscale: #868686. Windows color (decimal): -6582994 or 3050907. OLE color: 3050907.

HSL color Cylindrical-coordinate representation of color #9B8D2E: hue angle of 52.29º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B8D2E is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 141 46 -
CMYK 0 0.09 0.70 0.39
HSL 52.29º 0.54% 0.39% -
HSV(B) 52.29º 0.7% 0.61% -
XYZ 23.54 26.22 6.4 -
YUV 134.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 155 141 46 0 0.09 0.70 0.39 52.29 0.54 0.39
Hex 9B 8D 2E 0 9 46 27 34 36 27
Octal 233 215 56 0 11 106 47 64 66 47
Binary 10011011 10001101 101110 0 1001 1000110 100111 110100 110110 100111

Color Harmonies of #9B8D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8D2E

Black with #9B8D2E

Text Example


Text Example

White with #9B8D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,141,46); }

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

background-color css

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

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

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

border-color css

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

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

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