Html Css Color HEX #958C2B Lemon Ginger

📋 copy color: '#958C2B'

red 149 ◦ green 140 ◦ blue 43

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

Shades of Lemon Ginger #958C2B

Tints of Lemon Ginger #958C2B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.17%

 BLUE value IS 43 (17.19% from 255) = 12.95%

R = 44.88%
G = 42.17%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#958C2B (or 0x958C2B) is known color: Lemon Ginger. HEX triplet: 95, 8C and 2B. RGB value is (149,140,43). Sum of RGB (Red+Green+Blue) = 149+140+43=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #958C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C2B is #6A73D4. Grayscale: #848484. Windows color (decimal): -6976469 or 2854037. OLE color: 2854037.

HSL color Cylindrical-coordinate representation of color #958C2B: hue angle of 54.91º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #958C2B is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 140 43 -
CMYK 0 0.06 0.71 0.42
HSL 54.91º 0.55% 0.38% -
HSV(B) 54.91º 0.71% 0.58% -
XYZ 22.21 25.32 6 -
YUV 131.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 149 140 43 0 0.06 0.71 0.42 54.91 0.55 0.38
Hex 95 8C 2B 0 6 47 2A 37 37 26
Octal 225 214 53 0 6 107 52 67 67 46
Binary 10010101 10001100 101011 0 110 1000111 101010 110111 110111 100110

Color Harmonies of #958C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C2B

Black with #958C2B

Text Example


Text Example

White with #958C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958C2B; }

 p { color: rgb(149,140,43); }

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

background-color css

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

 a { background-color: rgb(149,140,43); }

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

border-color css

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

 span { border-color: rgb(149,140,43); }

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