Html Css Color HEX #9B842F Lemon Ginger

📋 copy color: '#9B842F'

red 155 ◦ green 132 ◦ blue 47

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

Shades of Lemon Ginger #9B842F

Tints of Lemon Ginger #9B842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 46.41%
G = 39.52%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B842F (or 0x9B842F) is known color: Lemon Ginger. HEX triplet: 9B, 84 and 2F. RGB value is (155,132,47). Sum of RGB (Red+Green+Blue) = 155+132+47=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B842F is #647BD0. Grayscale: #818181. Windows color (decimal): -6585297 or 3114139. OLE color: 3114139.

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

Color convert

RGB 155 132 47 -
CMYK 0 0.15 0.70 0.39
HSL 47.22º 0.53% 0.4% -
HSV(B) 47.22º 0.7% 0.61% -
XYZ 22.28 23.68 6.08 -
YUV 129.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 155 132 47 0 0.15 0.70 0.39 47.22 0.53 0.4
Hex 9B 84 2F 0 F 46 27 2F 35 28
Octal 233 204 57 0 17 106 47 57 65 50
Binary 10011011 10000100 101111 0 1111 1000110 100111 101111 110101 101000

Color Harmonies of #9B842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B842F

Black with #9B842F

Text Example


Text Example

White with #9B842F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,132,47); }

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

background-color css

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

 a { background-color: rgb(155,132,47); }

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

border-color css

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

 span { border-color: rgb(155,132,47); }

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