Html Css Color HEX #958B1A Lemon Ginger

📋 copy color: '#958B1A'

red 149 ◦ green 139 ◦ blue 26

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

Shades of Lemon Ginger #958B1A

Tints of Lemon Ginger #958B1A

RGB

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

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

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

R = 47.45%
G = 44.27%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#958B1A (or 0x958B1A) is known color: Lemon Ginger. HEX triplet: 95, 8B and 1A. RGB value is (149,139,26). Sum of RGB (Red+Green+Blue) = 149+139+26=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #958B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958B1A is #6A74E5. Grayscale: #818181. Windows color (decimal): -6976742 or 1739669. OLE color: 1739669.

HSL color Cylindrical-coordinate representation of color #958B1A: hue angle of 55.12º 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 #958B1A is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 26 -
CMYK 0 0.07 0.83 0.42
HSL 55.12º 0.7% 0.34% -
HSV(B) 55.12º 0.83% 0.58% -
XYZ 21.81 24.93 4.64 -
YUV 129.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 149 139 26 0 0.07 0.83 0.42 55.12 0.7 0.34
Hex 95 8B 1A 0 7 53 2A 37 46 22
Octal 225 213 32 0 7 123 52 67 106 42
Binary 10010101 10001011 11010 0 111 1010011 101010 110111 1000110 100010

Color Harmonies of #958B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B1A

Black with #958B1A

Text Example


Text Example

White with #958B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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