Html Css Color HEX #968F2A Lemon Ginger

📋 copy color: '#968F2A'

red 150 ◦ green 143 ◦ blue 42

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

Shades of Lemon Ginger #968F2A

Tints of Lemon Ginger #968F2A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 44.78%
G = 42.69%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#968F2A (or 0x968F2A) is known color: Lemon Ginger. HEX triplet: 96, 8F and 2A. RGB value is (150,143,42). Sum of RGB (Red+Green+Blue) = 150+143+42=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #968F2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968F2A is #6970D5. Grayscale: #858585. Windows color (decimal): -6910166 or 2789270. OLE color: 2789270.

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

Color convert

RGB 150 143 42 -
CMYK 0 0.05 0.72 0.41
HSL 56.11º 0.56% 0.38% -
HSV(B) 56.11º 0.72% 0.59% -
XYZ 22.82 26.3 6.06 -
YUV 133.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 150 143 42 0 0.05 0.72 0.41 56.11 0.56 0.38
Hex 96 8F 2A 0 5 48 29 38 38 26
Octal 226 217 52 0 5 110 51 70 70 46
Binary 10010110 10001111 101010 0 101 1001000 101001 111000 111000 100110

Color Harmonies of #968F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F2A

Black with #968F2A

Text Example


Text Example

White with #968F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,143,42); }

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

background-color css

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

 a { background-color: rgb(150,143,42); }

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

border-color css

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

 span { border-color: rgb(150,143,42); }

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