Html Css Color HEX #968C2E Lemon Ginger

📋 copy color: '#968C2E'

red 150 ◦ green 140 ◦ blue 46

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

Shades of Lemon Ginger #968C2E

Tints of Lemon Ginger #968C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.69%

R = 44.64%
G = 41.67%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#968C2E (or 0x968C2E) is known color: Lemon Ginger. HEX triplet: 96, 8C and 2E. RGB value is (150,140,46). Sum of RGB (Red+Green+Blue) = 150+140+46=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #968C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C2E is #6973D1. Grayscale: #848484. Windows color (decimal): -6910930 or 3050646. OLE color: 3050646.

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

Color convert

RGB 150 140 46 -
CMYK 0 0.07 0.69 0.41
HSL 54.23º 0.53% 0.38% -
HSV(B) 54.23º 0.69% 0.59% -
XYZ 22.45 25.44 6.31 -
YUV 132.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 150 140 46 0 0.07 0.69 0.41 54.23 0.53 0.38
Hex 96 8C 2E 0 7 45 29 36 35 26
Octal 226 214 56 0 7 105 51 66 65 46
Binary 10010110 10001100 101110 0 111 1000101 101001 110110 110101 100110

Color Harmonies of #968C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C2E

Black with #968C2E

Text Example


Text Example

White with #968C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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