Html Css Color HEX #968B21 Lemon Ginger

📋 copy color: '#968B21'

red 150 ◦ green 139 ◦ blue 33

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

Shades of Lemon Ginger #968B21

Tints of Lemon Ginger #968B21

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.17%

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

R = 46.58%
G = 43.17%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#968B21 (or 0x968B21) is known color: Lemon Ginger. HEX triplet: 96, 8B and 21. RGB value is (150,139,33). Sum of RGB (Red+Green+Blue) = 150+139+33=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #968B21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B21 is #6974DE. Grayscale: #828282. Windows color (decimal): -6911199 or 2198422. OLE color: 2198422.

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

Color convert

RGB 150 139 33 -
CMYK 0 0.07 0.78 0.41
HSL 54.36º 0.64% 0.36% -
HSV(B) 54.36º 0.78% 0.59% -
XYZ 22.08 25.06 5.11 -
YUV 130.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 150 139 33 0 0.07 0.78 0.41 54.36 0.64 0.36
Hex 96 8B 21 0 7 4E 29 36 40 24
Octal 226 213 41 0 7 116 51 66 100 44
Binary 10010110 10001011 100001 0 111 1001110 101001 110110 1000000 100100

Color Harmonies of #968B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B21

Black with #968B21

Text Example


Text Example

White with #968B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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