Html Css Color HEX #958821 Lemon Ginger

📋 copy color: '#958821'

red 149 ◦ green 136 ◦ blue 33

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

Shades of Lemon Ginger #958821

Tints of Lemon Ginger #958821

RGB

 RED value IS 149 (58.59% from 255) = 46.86%

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 46.86%
G = 42.77%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#958821 (or 0x958821) is known color: Lemon Ginger. HEX triplet: 95, 88 and 21. RGB value is (149,136,33). Sum of RGB (Red+Green+Blue) = 149+136+33=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #958821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958821 is #6A77DE. Grayscale: #808080. Windows color (decimal): -6977503 or 2197653. OLE color: 2197653.

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

Color convert

RGB 149 136 33 -
CMYK 0 0.09 0.78 0.42
HSL 53.28º 0.64% 0.36% -
HSV(B) 53.28º 0.78% 0.58% -
XYZ 21.47 24.11 4.96 -
YUV 128.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 149 136 33 0 0.09 0.78 0.42 53.28 0.64 0.36
Hex 95 88 21 0 9 4E 2A 35 40 24
Octal 225 210 41 0 11 116 52 65 100 44
Binary 10010101 10001000 100001 0 1001 1001110 101010 110101 1000000 100100

Color Harmonies of #958821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958821

Black with #958821

Text Example


Text Example

White with #958821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958821; }

 p { color: rgb(149,136,33); }

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

background-color css

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

 a { background-color: rgb(149,136,33); }

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

border-color css

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

 span { border-color: rgb(149,136,33); }

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