Html Css Color HEX #968E1E Lemon Ginger

📋 copy color: '#968E1E'

red 150 ◦ green 142 ◦ blue 30

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

Shades of Lemon Ginger #968E1E

Tints of Lemon Ginger #968E1E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.1%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 46.58%
G = 44.1%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#968E1E (or 0x968E1E) is known color: Lemon Ginger. HEX triplet: 96, 8E and 1E. RGB value is (150,142,30). Sum of RGB (Red+Green+Blue) = 150+142+30=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #968E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E1E is #6971E1. Grayscale: #848484. Windows color (decimal): -6910434 or 2002582. OLE color: 2002582.

HSL color Cylindrical-coordinate representation of color #968E1E: hue angle of 56º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #968E1E is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 142 30 -
CMYK 0 0.05 0.80 0.41
HSL 56º 0.67% 0.35% -
HSV(B) 56º 0.8% 0.59% -
XYZ 22.49 25.92 5.05 -
YUV 131.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 150 142 30 0 0.05 0.80 0.41 56 0.67 0.35
Hex 96 8E 1E 0 5 50 29 38 43 23
Octal 226 216 36 0 5 120 51 70 103 43
Binary 10010110 10001110 11110 0 101 1010000 101001 111000 1000011 100011

Color Harmonies of #968E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E1E

Black with #968E1E

Text Example


Text Example

White with #968E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,142,30); }

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

background-color css

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

 a { background-color: rgb(150,142,30); }

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

border-color css

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

 span { border-color: rgb(150,142,30); }

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