Html Css Color HEX #958823 Lemon Ginger

📋 copy color: '#958823'

red 149 ◦ green 136 ◦ blue 35

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

Shades of Lemon Ginger #958823

Tints of Lemon Ginger #958823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.94%

R = 46.56%
G = 42.5%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#958823 (or 0x958823) is known color: Lemon Ginger. HEX triplet: 95, 88 and 23. RGB value is (149,136,35). Sum of RGB (Red+Green+Blue) = 149+136+35=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #958823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958823 is #6A77DC. Grayscale: #808080. Windows color (decimal): -6977501 or 2328725. OLE color: 2328725.

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

Color convert

RGB 149 136 35 -
CMYK 0 0.09 0.77 0.42
HSL 53.16º 0.62% 0.36% -
HSV(B) 53.16º 0.77% 0.58% -
XYZ 21.5 24.12 5.11 -
YUV 128.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 149 136 35 0 0.09 0.77 0.42 53.16 0.62 0.36
Hex 95 88 23 0 9 4D 2A 35 3E 24
Octal 225 210 43 0 11 115 52 65 76 44
Binary 10010101 10001000 100011 0 1001 1001101 101010 110101 111110 100100

Color Harmonies of #958823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958823

Black with #958823

Text Example


Text Example

White with #958823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958823; }

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

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

background-color css

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

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

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

border-color css

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

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

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