Html Css Color HEX #9B9025 Lemon Ginger

📋 copy color: '#9B9025'

red 155 ◦ green 144 ◦ blue 37

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

Shades of Lemon Ginger #9B9025

Tints of Lemon Ginger #9B9025

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.86%

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

R = 46.13%
G = 42.86%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B9025 (or 0x9B9025) is known color: Lemon Ginger. HEX triplet: 9B, 90 and 25. RGB value is (155,144,37). Sum of RGB (Red+Green+Blue) = 155+144+37=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9025 is #646FDA. Grayscale: #878787. Windows color (decimal): -6582235 or 2461851. OLE color: 2461851.

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

Color convert

RGB 155 144 37 -
CMYK 0 0.07 0.76 0.39
HSL 54.41º 0.61% 0.38% -
HSV(B) 54.41º 0.76% 0.61% -
XYZ 23.82 27.05 5.72 -
YUV 135.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 155 144 37 0 0.07 0.76 0.39 54.41 0.61 0.38
Hex 9B 90 25 0 7 4C 27 36 3D 26
Octal 233 220 45 0 7 114 47 66 75 46
Binary 10011011 10010000 100101 0 111 1001100 100111 110110 111101 100110

Color Harmonies of #9B9025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9025

Black with #9B9025

Text Example


Text Example

White with #9B9025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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