Html Css Color HEX #9B8D25 Lemon Ginger

📋 copy color: '#9B8D25'

red 155 ◦ green 141 ◦ blue 37

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

Shades of Lemon Ginger #9B8D25

Tints of Lemon Ginger #9B8D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 46.55%
G = 42.34%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B8D25 (or 0x9B8D25) is known color: Lemon Ginger. HEX triplet: 9B, 8D and 25. RGB value is (155,141,37). Sum of RGB (Red+Green+Blue) = 155+141+37=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8D25 is #6472DA. Grayscale: #858585. Windows color (decimal): -6583003 or 2461083. OLE color: 2461083.

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

Color convert

RGB 155 141 37 -
CMYK 0 0.09 0.76 0.39
HSL 52.88º 0.61% 0.38% -
HSV(B) 52.88º 0.76% 0.61% -
XYZ 23.38 26.15 5.57 -
YUV 133.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 155 141 37 0 0.09 0.76 0.39 52.88 0.61 0.38
Hex 9B 8D 25 0 9 4C 27 35 3D 26
Octal 233 215 45 0 11 114 47 65 75 46
Binary 10011011 10001101 100101 0 1001 1001100 100111 110101 111101 100110

Color Harmonies of #9B8D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8D25

Black with #9B8D25

Text Example


Text Example

White with #9B8D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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