Html Css Color HEX #9B952C Lemon Ginger

📋 copy color: '#9B952C'

red 155 ◦ green 149 ◦ blue 44

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

Shades of Lemon Ginger #9B952C

Tints of Lemon Ginger #9B952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

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

R = 44.54%
G = 42.82%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B952C (or 0x9B952C) is known color: Lemon Ginger. HEX triplet: 9B, 95 and 2C. RGB value is (155,149,44). Sum of RGB (Red+Green+Blue) = 155+149+44=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B952C is #646AD3. Grayscale: #8B8B8B. Windows color (decimal): -6580948 or 2921883. OLE color: 2921883.

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

Color convert

RGB 155 149 44 -
CMYK 0 0.04 0.72 0.39
HSL 56.76º 0.56% 0.39% -
HSV(B) 56.76º 0.72% 0.61% -
XYZ 24.72 28.65 6.61 -
YUV 138.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 155 149 44 0 0.04 0.72 0.39 56.76 0.56 0.39
Hex 9B 95 2C 0 4 48 27 39 38 27
Octal 233 225 54 0 4 110 47 71 70 47
Binary 10011011 10010101 101100 0 100 1001000 100111 111001 111000 100111

Color Harmonies of #9B952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B952C

Black with #9B952C

Text Example


Text Example

White with #9B952C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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