Html Css Color HEX #9B852A Lemon Ginger

📋 copy color: '#9B852A'

red 155 ◦ green 133 ◦ blue 42

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

Shades of Lemon Ginger #9B852A

Tints of Lemon Ginger #9B852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 46.97%
G = 40.3%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B852A (or 0x9B852A) is known color: Lemon Ginger. HEX triplet: 9B, 85 and 2A. RGB value is (155,133,42). Sum of RGB (Red+Green+Blue) = 155+133+42=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B852A is #647AD5. Grayscale: #818181. Windows color (decimal): -6585046 or 2786715. OLE color: 2786715.

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

Color convert

RGB 155 133 42 -
CMYK 0 0.14 0.73 0.39
HSL 48.32º 0.57% 0.39% -
HSV(B) 48.32º 0.73% 0.61% -
XYZ 22.32 23.91 5.63 -
YUV 129.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 155 133 42 0 0.14 0.73 0.39 48.32 0.57 0.39
Hex 9B 85 2A 0 E 49 27 30 39 27
Octal 233 205 52 0 16 111 47 60 71 47
Binary 10011011 10000101 101010 0 1110 1001001 100111 110000 111001 100111

Color Harmonies of #9B852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B852A

Black with #9B852A

Text Example


Text Example

White with #9B852A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,133,42); }

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

background-color css

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

 a { background-color: rgb(155,133,42); }

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

border-color css

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

 span { border-color: rgb(155,133,42); }

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