Html Css Color HEX #968225 Lemon Ginger

📋 copy color: '#968225'

red 150 ◦ green 130 ◦ blue 37

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

Shades of Lemon Ginger #968225

Tints of Lemon Ginger #968225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 37 (14.84% from 255) = 11.67%

R = 47.32%
G = 41.01%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#968225 (or 0x968225) is known color: Lemon Ginger. HEX triplet: 96, 82 and 25. RGB value is (150,130,37). Sum of RGB (Red+Green+Blue) = 150+130+37=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #968225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968225 is #697DDA. Grayscale: #7D7D7D. Windows color (decimal): -6913499 or 2458262. OLE color: 2458262.

HSL color Cylindrical-coordinate representation of color #968225: hue angle of 49.38º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #968225 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 130 37 -
CMYK 0 0.13 0.75 0.41
HSL 49.38º 0.6% 0.37% -
HSV(B) 49.38º 0.75% 0.59% -
XYZ 20.89 22.58 5.01 -
YUV 125.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 150 130 37 0 0.13 0.75 0.41 49.38 0.6 0.37
Hex 96 82 25 0 D 4B 29 31 3C 25
Octal 226 202 45 0 15 113 51 61 74 45
Binary 10010110 10000010 100101 0 1101 1001011 101001 110001 111100 100101

Color Harmonies of #968225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968225

Black with #968225

Text Example


Text Example

White with #968225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968225; }

 p { color: rgb(150,130,37); }

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

background-color css

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

 a { background-color: rgb(150,130,37); }

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

border-color css

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

 span { border-color: rgb(150,130,37); }

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