Html Css Color HEX #968928 Lemon Ginger

📋 copy color: '#968928'

red 150 ◦ green 137 ◦ blue 40

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

Shades of Lemon Ginger #968928

Tints of Lemon Ginger #968928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

 BLUE value IS 40 (16.02% from 255) = 12.23%

R = 45.87%
G = 41.9%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#968928 (or 0x968928) is known color: Lemon Ginger. HEX triplet: 96, 89 and 28. RGB value is (150,137,40). Sum of RGB (Red+Green+Blue) = 150+137+40=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #968928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968928 is #6976D7. Grayscale: #828282. Windows color (decimal): -6911704 or 2656662. OLE color: 2656662.

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

Color convert

RGB 150 137 40 -
CMYK 0 0.09 0.73 0.41
HSL 52.91º 0.58% 0.37% -
HSV(B) 52.91º 0.73% 0.59% -
XYZ 21.91 24.53 5.59 -
YUV 129.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 150 137 40 0 0.09 0.73 0.41 52.91 0.58 0.37
Hex 96 89 28 0 9 49 29 35 3A 25
Octal 226 211 50 0 11 111 51 65 72 45
Binary 10010110 10001001 101000 0 1001 1001001 101001 110101 111010 100101

Color Harmonies of #968928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968928

Black with #968928

Text Example


Text Example

White with #968928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968928; }

 p { color: rgb(150,137,40); }

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

background-color css

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

 a { background-color: rgb(150,137,40); }

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

border-color css

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

 span { border-color: rgb(150,137,40); }

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