Html Css Color HEX #958C1A Lemon Ginger

📋 copy color: '#958C1A'

red 149 ◦ green 140 ◦ blue 26

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

Shades of Lemon Ginger #958C1A

Tints of Lemon Ginger #958C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.25%

R = 47.3%
G = 44.44%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#958C1A (or 0x958C1A) is known color: Lemon Ginger. HEX triplet: 95, 8C and 1A. RGB value is (149,140,26). Sum of RGB (Red+Green+Blue) = 149+140+26=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #958C1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C1A is #6A73E5. Grayscale: #828282. Windows color (decimal): -6976486 or 1739925. OLE color: 1739925.

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

Color convert

RGB 149 140 26 -
CMYK 0 0.06 0.83 0.42
HSL 55.61º 0.7% 0.34% -
HSV(B) 55.61º 0.83% 0.58% -
XYZ 21.96 25.22 4.69 -
YUV 129.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 149 140 26 0 0.06 0.83 0.42 55.61 0.7 0.34
Hex 95 8C 1A 0 6 53 2A 38 46 22
Octal 225 214 32 0 6 123 52 70 106 42
Binary 10010101 10001100 11010 0 110 1010011 101010 111000 1000110 100010

Color Harmonies of #958C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C1A

Black with #958C1A

Text Example


Text Example

White with #958C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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