Html Css Color HEX #968121 Lemon Ginger

📋 copy color: '#968121'

red 150 ◦ green 129 ◦ blue 33

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

Shades of Lemon Ginger #968121

Tints of Lemon Ginger #968121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

 BLUE value IS 33 (13.28% from 255) = 10.58%

R = 48.08%
G = 41.35%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#968121 (or 0x968121) is known color: Lemon Ginger. HEX triplet: 96, 81 and 21. RGB value is (150,129,33). Sum of RGB (Red+Green+Blue) = 150+129+33=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #968121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968121 is #697EDE. Grayscale: #7C7C7C. Windows color (decimal): -6913759 or 2195862. OLE color: 2195862.

HSL color Cylindrical-coordinate representation of color #968121: hue angle of 49.23º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #968121 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 33 -
CMYK 0 0.14 0.78 0.41
HSL 49.23º 0.64% 0.36% -
HSV(B) 49.23º 0.78% 0.59% -
XYZ 20.7 22.29 4.65 -
YUV 124.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 150 129 33 0 0.14 0.78 0.41 49.23 0.64 0.36
Hex 96 81 21 0 E 4E 29 31 40 24
Octal 226 201 41 0 16 116 51 61 100 44
Binary 10010110 10000001 100001 0 1110 1001110 101001 110001 1000000 100100

Color Harmonies of #968121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968121

Black with #968121

Text Example


Text Example

White with #968121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968121; }

 p { color: rgb(150,129,33); }

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

background-color css

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

 a { background-color: rgb(150,129,33); }

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

border-color css

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

 span { border-color: rgb(150,129,33); }

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