Html Css Color HEX #958F23 Lemon Ginger

📋 copy color: '#958F23'

red 149 ◦ green 143 ◦ blue 35

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

Shades of Lemon Ginger #958F23

Tints of Lemon Ginger #958F23

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.73%

 BLUE value IS 35 (14.06% from 255) = 10.7%

R = 45.57%
G = 43.73%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#958F23 (or 0x958F23) is known color: Lemon Ginger. HEX triplet: 95, 8F and 23. RGB value is (149,143,35). Sum of RGB (Red+Green+Blue) = 149+143+35=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #958F23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F23 is #6A70DC. Grayscale: #848484. Windows color (decimal): -6975709 or 2330517. OLE color: 2330517.

HSL color Cylindrical-coordinate representation of color #958F23: hue angle of 56.84º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #958F23 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 143 35 -
CMYK 0 0.04 0.77 0.42
HSL 56.84º 0.62% 0.36% -
HSV(B) 56.84º 0.77% 0.58% -
XYZ 22.52 26.16 5.45 -
YUV 132.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 149 143 35 0 0.04 0.77 0.42 56.84 0.62 0.36
Hex 95 8F 23 0 4 4D 2A 39 3E 24
Octal 225 217 43 0 4 115 52 71 76 44
Binary 10010101 10001111 100011 0 100 1001101 101010 111001 111110 100100

Color Harmonies of #958F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F23

Black with #958F23

Text Example


Text Example

White with #958F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,143,35); }

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

background-color css

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

 a { background-color: rgb(149,143,35); }

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

border-color css

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

 span { border-color: rgb(149,143,35); }

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