Html Css Color HEX #9C8D1B Lemon Ginger

📋 copy color: '#9C8D1B'

red 156 ◦ green 141 ◦ blue 27

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

Shades of Lemon Ginger #9C8D1B

Tints of Lemon Ginger #9C8D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 48.15%
G = 43.52%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C8D1B (or 0x9C8D1B) is known color: Lemon Ginger. HEX triplet: 9C, 8D and 1B. RGB value is (156,141,27). Sum of RGB (Red+Green+Blue) = 156+141+27=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8D1B is #6372E4. Grayscale: #848484. Windows color (decimal): -6517477 or 1805724. OLE color: 1805724.

HSL color Cylindrical-coordinate representation of color #9C8D1B: hue angle of 53.02º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C8D1B is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 141 27 -
CMYK 0 0.10 0.83 0.39
HSL 53.02º 0.7% 0.36% -
HSV(B) 53.02º 0.83% 0.61% -
XYZ 23.43 26.2 4.86 -
YUV 132.49 68.47 144.77 -
System Red Green Blue C M Y K H S L
Decimal 156 141 27 0 0.10 0.83 0.39 53.02 0.7 0.36
Hex 9C 8D 1B 0 A 53 27 35 46 24
Octal 234 215 33 0 12 123 47 65 106 44
Binary 10011100 10001101 11011 0 1010 1010011 100111 110101 1000110 100100

Color Harmonies of #9C8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8D1B

Black with #9C8D1B

Text Example


Text Example

White with #9C8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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