Html Css Color HEX #967C2B Lemon Ginger

📋 copy color: '#967C2B'

red 150 ◦ green 124 ◦ blue 43

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

Shades of Lemon Ginger #967C2B

Tints of Lemon Ginger #967C2B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.12%

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 47.32%
G = 39.12%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#967C2B (or 0x967C2B) is known color: Lemon Ginger. HEX triplet: 96, 7C and 2B. RGB value is (150,124,43). Sum of RGB (Red+Green+Blue) = 150+124+43=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #967C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C2B is #6983D4. Grayscale: #7A7A7A. Windows color (decimal): -6915029 or 2849942. OLE color: 2849942.

HSL color Cylindrical-coordinate representation of color #967C2B: hue angle of 45.42º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #967C2B is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 124 43 -
CMYK 0 0.17 0.71 0.41
HSL 45.42º 0.55% 0.38% -
HSV(B) 45.42º 0.71% 0.59% -
XYZ 20.22 21.07 5.29 -
YUV 122.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 150 124 43 0 0.17 0.71 0.41 45.42 0.55 0.38
Hex 96 7C 2B 0 11 47 29 2D 37 26
Octal 226 174 53 0 21 107 51 55 67 46
Binary 10010110 1111100 101011 0 10001 1000111 101001 101101 110111 100110

Color Harmonies of #967C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C2B

Black with #967C2B

Text Example


Text Example

White with #967C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967C2B; }

 p { color: rgb(150,124,43); }

 H1.HeaderClassName
 {
   color: #967C2B;
 }
 .AnyTagClassName
 {
   color: #967C2B;
 }
</style>

background-color css

<style>
 a { background-color: #967C2B; }

 a { background-color: rgb(150,124,43); }

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

border-color css

<style>
 span { border-color: #967C2B; }

 span { border-color: rgb(150,124,43); }

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