Html Css Color HEX #95902A Lemon Ginger

📋 copy color: '#95902A'

red 149 ◦ green 144 ◦ blue 42

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

Shades of Lemon Ginger #95902A

Tints of Lemon Ginger #95902A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 44.48%
G = 42.99%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#95902A (or 0x95902A) is known color: Lemon Ginger. HEX triplet: 95, 90 and 2A. RGB value is (149,144,42). Sum of RGB (Red+Green+Blue) = 149+144+42=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #95902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95902A is #6A6FD5. Grayscale: #868686. Windows color (decimal): -6975446 or 2789525. OLE color: 2789525.

HSL color Cylindrical-coordinate representation of color #95902A: hue angle of 57.2º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95902A is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 144 42 -
CMYK 0 0.03 0.72 0.42
HSL 57.2º 0.56% 0.37% -
HSV(B) 57.2º 0.72% 0.58% -
XYZ 22.79 26.5 6.11 -
YUV 133.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 149 144 42 0 0.03 0.72 0.42 57.2 0.56 0.37
Hex 95 90 2A 0 3 48 2A 39 38 25
Octal 225 220 52 0 3 110 52 71 70 45
Binary 10010101 10010000 101010 0 11 1001000 101010 111001 111000 100101

Color Harmonies of #95902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95902A

Black with #95902A

Text Example


Text Example

White with #95902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95902A; }

 p { color: rgb(149,144,42); }

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

background-color css

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

 a { background-color: rgb(149,144,42); }

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

border-color css

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

 span { border-color: rgb(149,144,42); }

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