Html Css Color HEX #968B11 Lemon Ginger

📋 copy color: '#968B11'

red 150 ◦ green 139 ◦ blue 17

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

Shades of Lemon Ginger #968B11

Tints of Lemon Ginger #968B11

RGB

 RED value IS 150 (58.98% from 255) = 49.02%

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

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 49.02%
G = 45.42%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#968B11 (or 0x968B11) is known color: Lemon Ginger. HEX triplet: 96, 8B and 11. RGB value is (150,139,17). Sum of RGB (Red+Green+Blue) = 150+139+17=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #968B11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968B11 is #6974EE. Grayscale: #808080. Windows color (decimal): -6911215 or 1149846. OLE color: 1149846.

HSL color Cylindrical-coordinate representation of color #968B11: hue angle of 55.04º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #968B11 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 139 17 -
CMYK 0 0.07 0.89 0.41
HSL 55.04º 0.8% 0.33% -
HSV(B) 55.04º 0.89% 0.59% -
XYZ 21.91 24.99 4.2 -
YUV 128.38 65.14 143.42 -
System Red Green Blue C M Y K H S L
Decimal 150 139 17 0 0.07 0.89 0.41 55.04 0.8 0.33
Hex 96 8B 11 0 7 59 29 37 50 21
Octal 226 213 21 0 7 131 51 67 120 41
Binary 10010110 10001011 10001 0 111 1011001 101001 110111 1010000 100001

Color Harmonies of #968B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B11

Black with #968B11

Text Example


Text Example

White with #968B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968B11; }

 p { color: rgb(150,139,17); }

 H1.HeaderClassName
 {
   color: #968B11;
 }
 .AnyTagClassName
 {
   color: #968B11;
 }
</style>

background-color css

<style>
 a { background-color: #968B11; }

 a { background-color: rgb(150,139,17); }

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

border-color css

<style>
 span { border-color: #968B11; }

 span { border-color: rgb(150,139,17); }

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