Html Css Color HEX #968C1F Lemon Ginger

📋 copy color: '#968C1F'

red 150 ◦ green 140 ◦ blue 31

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

Shades of Lemon Ginger #968C1F

Tints of Lemon Ginger #968C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 46.73%
G = 43.61%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#968C1F (or 0x968C1F) is known color: Lemon Ginger. HEX triplet: 96, 8C and 1F. RGB value is (150,140,31). Sum of RGB (Red+Green+Blue) = 150+140+31=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #968C1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C1F is #6973E0. Grayscale: #838383. Windows color (decimal): -6910945 or 2067606. OLE color: 2067606.

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

Color convert

RGB 150 140 31 -
CMYK 0 0.07 0.79 0.41
HSL 54.96º 0.66% 0.35% -
HSV(B) 54.96º 0.79% 0.59% -
XYZ 22.2 25.34 5.02 -
YUV 130.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 150 140 31 0 0.07 0.79 0.41 54.96 0.66 0.35
Hex 96 8C 1F 0 7 4F 29 37 42 23
Octal 226 214 37 0 7 117 51 67 102 43
Binary 10010110 10001100 11111 0 111 1001111 101001 110111 1000010 100011

Color Harmonies of #968C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C1F

Black with #968C1F

Text Example


Text Example

White with #968C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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