Html Css Color HEX #9C8B1B Lemon Ginger

📋 copy color: '#9C8B1B'

red 156 ◦ green 139 ◦ blue 27

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

Shades of Lemon Ginger #9C8B1B

Tints of Lemon Ginger #9C8B1B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.17%

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

R = 48.45%
G = 43.17%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C8B1B (or 0x9C8B1B) is known color: Lemon Ginger. HEX triplet: 9C, 8B and 1B. RGB value is (156,139,27). Sum of RGB (Red+Green+Blue) = 156+139+27=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8B1B is #6374E4. Grayscale: #838383. Windows color (decimal): -6517989 or 1805212. OLE color: 1805212.

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

Color convert

RGB 156 139 27 -
CMYK 0 0.11 0.83 0.39
HSL 52.09º 0.7% 0.36% -
HSV(B) 52.09º 0.83% 0.61% -
XYZ 23.14 25.61 4.76 -
YUV 131.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 156 139 27 0 0.11 0.83 0.39 52.09 0.7 0.36
Hex 9C 8B 1B 0 B 53 27 34 46 24
Octal 234 213 33 0 13 123 47 64 106 44
Binary 10011100 10001011 11011 0 1011 1010011 100111 110100 1000110 100100

Color Harmonies of #9C8B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8B1B

Black with #9C8B1B

Text Example


Text Example

White with #9C8B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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