Html Css Color HEX #958A30 Lemon Ginger

📋 copy color: '#958A30'

red 149 ◦ green 138 ◦ blue 48

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

Shades of Lemon Ginger #958A30

Tints of Lemon Ginger #958A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.19%

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 44.48%
G = 41.19%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#958A30 (or 0x958A30) is known color: Lemon Ginger. HEX triplet: 95, 8A and 30. RGB value is (149,138,48). Sum of RGB (Red+Green+Blue) = 149+138+48=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #958A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A30 is #6A75CF. Grayscale: #838383. Windows color (decimal): -6976976 or 3181205. OLE color: 3181205.

HSL color Cylindrical-coordinate representation of color #958A30: hue angle of 53.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #958A30 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 138 48 -
CMYK 0 0.07 0.68 0.42
HSL 53.47º 0.51% 0.39% -
HSV(B) 53.47º 0.68% 0.58% -
XYZ 22.02 24.78 6.42 -
YUV 131.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 149 138 48 0 0.07 0.68 0.42 53.47 0.51 0.39
Hex 95 8A 30 0 7 44 2A 35 33 27
Octal 225 212 60 0 7 104 52 65 63 47
Binary 10010101 10001010 110000 0 111 1000100 101010 110101 110011 100111

Color Harmonies of #958A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A30

Black with #958A30

Text Example


Text Example

White with #958A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,138,48); }

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

background-color css

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

 a { background-color: rgb(149,138,48); }

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

border-color css

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

 span { border-color: rgb(149,138,48); }

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