Html Css Color HEX #9C8C26 Lemon Ginger

📋 copy color: '#9C8C26'

red 156 ◦ green 140 ◦ blue 38

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

Shades of Lemon Ginger #9C8C26

Tints of Lemon Ginger #9C8C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 46.71%
G = 41.92%
B = 11.38%

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

#9C8C26 (or 0x9C8C26) is known color: Lemon Ginger. HEX triplet: 9C, 8C and 26. RGB value is (156,140,38). Sum of RGB (Red+Green+Blue) = 156+140+38=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8C26 is #6373D9. Grayscale: #858585. Windows color (decimal): -6517722 or 2526364. OLE color: 2526364.

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

Color convert

RGB 156 140 38 -
CMYK 0 0.10 0.76 0.39
HSL 51.86º 0.61% 0.38% -
HSV(B) 51.86º 0.76% 0.61% -
XYZ 23.44 25.96 5.61 -
YUV 133.16 74.3 144.29 -
System Red Green Blue C M Y K H S L
Decimal 156 140 38 0 0.10 0.76 0.39 51.86 0.61 0.38
Hex 9C 8C 26 0 A 4C 27 34 3D 26
Octal 234 214 46 0 12 114 47 64 75 46
Binary 10011100 10001100 100110 0 1010 1001100 100111 110100 111101 100110

Color Harmonies of #9C8C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8C26

Black with #9C8C26

Text Example


Text Example

White with #9C8C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,140,38); }

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

background-color css

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

 a { background-color: rgb(156,140,38); }

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

border-color css

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

 span { border-color: rgb(156,140,38); }

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