Html Css Color HEX #968D21 Lemon Ginger

📋 copy color: '#968D21'

red 150 ◦ green 141 ◦ blue 33

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

Shades of Lemon Ginger #968D21

Tints of Lemon Ginger #968D21

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.52%

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

R = 46.3%
G = 43.52%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#968D21 (or 0x968D21) is known color: Lemon Ginger. HEX triplet: 96, 8D and 21. RGB value is (150,141,33). Sum of RGB (Red+Green+Blue) = 150+141+33=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #968D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D21 is #6972DE. Grayscale: #838383. Windows color (decimal): -6910687 or 2198934. OLE color: 2198934.

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

Color convert

RGB 150 141 33 -
CMYK 0 0.06 0.78 0.41
HSL 55.38º 0.64% 0.36% -
HSV(B) 55.38º 0.78% 0.59% -
XYZ 22.38 25.64 5.21 -
YUV 131.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 150 141 33 0 0.06 0.78 0.41 55.38 0.64 0.36
Hex 96 8D 21 0 6 4E 29 37 40 24
Octal 226 215 41 0 6 116 51 67 100 44
Binary 10010110 10001101 100001 0 110 1001110 101001 110111 1000000 100100

Color Harmonies of #968D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D21

Black with #968D21

Text Example


Text Example

White with #968D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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