Html Css Color HEX #9B8C2F Lemon Ginger

📋 copy color: '#9B8C2F'

red 155 ◦ green 140 ◦ blue 47

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

Shades of Lemon Ginger #9B8C2F

Tints of Lemon Ginger #9B8C2F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.94%

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

R = 45.32%
G = 40.94%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B8C2F (or 0x9B8C2F) is known color: Lemon Ginger. HEX triplet: 9B, 8C and 2F. RGB value is (155,140,47). Sum of RGB (Red+Green+Blue) = 155+140+47=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8C2F is #6473D0. Grayscale: #868686. Windows color (decimal): -6583249 or 3116187. OLE color: 3116187.

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

Color convert

RGB 155 140 47 -
CMYK 0 0.10 0.70 0.39
HSL 51.67º 0.53% 0.4% -
HSV(B) 51.67º 0.7% 0.61% -
XYZ 23.41 25.93 6.46 -
YUV 133.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 155 140 47 0 0.10 0.70 0.39 51.67 0.53 0.4
Hex 9B 8C 2F 0 A 46 27 34 35 28
Octal 233 214 57 0 12 106 47 64 65 50
Binary 10011011 10001100 101111 0 1010 1000110 100111 110100 110101 101000

Color Harmonies of #9B8C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8C2F

Black with #9B8C2F

Text Example


Text Example

White with #9B8C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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