Html Css Color HEX #9B8D2C Lemon Ginger

📋 copy color: '#9B8D2C'

red 155 ◦ green 141 ◦ blue 44

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

Shades of Lemon Ginger #9B8D2C

Tints of Lemon Ginger #9B8D2C

RGB

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

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

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

R = 45.59%
G = 41.47%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B8D2C (or 0x9B8D2C) is known color: Lemon Ginger. HEX triplet: 9B, 8D and 2C. RGB value is (155,141,44). Sum of RGB (Red+Green+Blue) = 155+141+44=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8D2C is #6472D3. Grayscale: #868686. Windows color (decimal): -6582996 or 2919835. OLE color: 2919835.

HSL color Cylindrical-coordinate representation of color #9B8D2C: hue angle of 52.43º 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 #9B8D2C is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 141 44 -
CMYK 0 0.09 0.72 0.39
HSL 52.43º 0.56% 0.39% -
HSV(B) 52.43º 0.72% 0.61% -
XYZ 23.5 26.2 6.2 -
YUV 134.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 155 141 44 0 0.09 0.72 0.39 52.43 0.56 0.39
Hex 9B 8D 2C 0 9 48 27 34 38 27
Octal 233 215 54 0 11 110 47 64 70 47
Binary 10011011 10001101 101100 0 1001 1001000 100111 110100 111000 100111

Color Harmonies of #9B8D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8D2C

Black with #9B8D2C

Text Example


Text Example

White with #9B8D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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