Html Css Color HEX #969028 Lemon Ginger

📋 copy color: '#969028'

red 150 ◦ green 144 ◦ blue 40

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

Shades of Lemon Ginger #969028

Tints of Lemon Ginger #969028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.11%

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

R = 44.91%
G = 43.11%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#969028 (or 0x969028) is known color: Lemon Ginger. HEX triplet: 96, 90 and 28. RGB value is (150,144,40). Sum of RGB (Red+Green+Blue) = 150+144+40=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #969028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969028 is #696FD7. Grayscale: #868686. Windows color (decimal): -6909912 or 2658454. OLE color: 2658454.

HSL color Cylindrical-coordinate representation of color #969028: hue angle of 56.73º 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 #969028 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 144 40 -
CMYK 0 0.04 0.73 0.41
HSL 56.73º 0.58% 0.37% -
HSV(B) 56.73º 0.73% 0.59% -
XYZ 22.93 26.58 5.93 -
YUV 133.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 150 144 40 0 0.04 0.73 0.41 56.73 0.58 0.37
Hex 96 90 28 0 4 49 29 39 3A 25
Octal 226 220 50 0 4 111 51 71 72 45
Binary 10010110 10010000 101000 0 100 1001001 101001 111001 111010 100101

Color Harmonies of #969028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969028

Black with #969028

Text Example


Text Example

White with #969028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969028; }

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

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

background-color css

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

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

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

border-color css

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

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

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