Html Css Color HEX #968C25 Lemon Ginger

📋 copy color: '#968C25'

red 150 ◦ green 140 ◦ blue 37

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

Shades of Lemon Ginger #968C25

Tints of Lemon Ginger #968C25

RGB

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

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

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

R = 45.87%
G = 42.81%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#968C25 (or 0x968C25) is known color: Lemon Ginger. HEX triplet: 96, 8C and 25. RGB value is (150,140,37). Sum of RGB (Red+Green+Blue) = 150+140+37=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #968C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C25 is #6973DA. Grayscale: #838383. Windows color (decimal): -6910939 or 2460822. OLE color: 2460822.

HSL color Cylindrical-coordinate representation of color #968C25: hue angle of 54.69º 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 #968C25 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 140 37 -
CMYK 0 0.07 0.75 0.41
HSL 54.69º 0.6% 0.37% -
HSV(B) 54.69º 0.75% 0.59% -
XYZ 22.29 25.37 5.47 -
YUV 131.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 150 140 37 0 0.07 0.75 0.41 54.69 0.6 0.37
Hex 96 8C 25 0 7 4B 29 37 3C 25
Octal 226 214 45 0 7 113 51 67 74 45
Binary 10010110 10001100 100101 0 111 1001011 101001 110111 111100 100101

Color Harmonies of #968C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C25

Black with #968C25

Text Example


Text Example

White with #968C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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