Html Css Color HEX #968C1E Lemon Ginger

📋 copy color: '#968C1E'

red 150 ◦ green 140 ◦ blue 30

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

Shades of Lemon Ginger #968C1E

Tints of Lemon Ginger #968C1E

RGB

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

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

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

R = 46.88%
G = 43.75%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#968C1E (or 0x968C1E) is known color: Lemon Ginger. HEX triplet: 96, 8C and 1E. RGB value is (150,140,30). Sum of RGB (Red+Green+Blue) = 150+140+30=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #968C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C1E is #6973E1. Grayscale: #828282. Windows color (decimal): -6910946 or 2002070. OLE color: 2002070.

HSL color Cylindrical-coordinate representation of color #968C1E: hue angle of 55º 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 #968C1E is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 140 30 -
CMYK 0 0.07 0.80 0.41
HSL 55º 0.67% 0.35% -
HSV(B) 55º 0.8% 0.59% -
XYZ 22.19 25.33 4.95 -
YUV 130.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 150 140 30 0 0.07 0.80 0.41 55 0.67 0.35
Hex 96 8C 1E 0 7 50 29 37 43 23
Octal 226 214 36 0 7 120 51 67 103 43
Binary 10010110 10001100 11110 0 111 1010000 101001 110111 1000011 100011

Color Harmonies of #968C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C1E

Black with #968C1E

Text Example


Text Example

White with #968C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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