Html Css Color HEX #9C8D25 Lemon Ginger

📋 copy color: '#9C8D25'

red 156 ◦ green 141 ◦ blue 37

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

Shades of Lemon Ginger #9C8D25

Tints of Lemon Ginger #9C8D25

RGB

 RED value IS 156 (61.33% from 255) = 46.71%

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

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

R = 46.71%
G = 42.22%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C8D25 (or 0x9C8D25) is known color: Lemon Ginger. HEX triplet: 9C, 8D and 25. RGB value is (156,141,37). Sum of RGB (Red+Green+Blue) = 156+141+37=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8D25 is #6372DA. Grayscale: #868686. Windows color (decimal): -6517467 or 2461084. OLE color: 2461084.

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

Color convert

RGB 156 141 37 -
CMYK 0 0.10 0.76 0.39
HSL 52.44º 0.62% 0.38% -
HSV(B) 52.44º 0.76% 0.61% -
XYZ 23.57 26.25 5.58 -
YUV 133.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 156 141 37 0 0.10 0.76 0.39 52.44 0.62 0.38
Hex 9C 8D 25 0 A 4C 27 34 3E 26
Octal 234 215 45 0 12 114 47 64 76 46
Binary 10011100 10001101 100101 0 1010 1001100 100111 110100 111110 100110

Color Harmonies of #9C8D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8D25

Black with #9C8D25

Text Example


Text Example

White with #9C8D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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