Html Css Color HEX #959118 Citron

📋 copy color: '#959118'

red 149 ◦ green 145 ◦ blue 24

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

Shades of Citron #959118

Tints of Citron #959118

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.6%

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 46.86%
G = 45.6%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#959118 (or 0x959118) is known color: Citron. HEX triplet: 95, 91 and 18. RGB value is (149,145,24). Sum of RGB (Red+Green+Blue) = 149+145+24=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #959118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959118 is #6A6EE7. Grayscale: #848484. Windows color (decimal): -6975208 or 1610133. OLE color: 1610133.

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

Color convert

RGB 149 145 24 -
CMYK 0 0.03 0.84 0.42
HSL 58.08º 0.72% 0.34% -
HSV(B) 58.08º 0.84% 0.58% -
XYZ 22.68 26.71 4.82 -
YUV 132.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 149 145 24 0 0.03 0.84 0.42 58.08 0.72 0.34
Hex 95 91 18 0 3 54 2A 3A 48 22
Octal 225 221 30 0 3 124 52 72 110 42
Binary 10010101 10010001 11000 0 11 1010100 101010 111010 1001000 100010

Color Harmonies of #959118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959118

Black with #959118

Text Example


Text Example

White with #959118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959118; }

 p { color: rgb(149,145,24); }

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

background-color css

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

 a { background-color: rgb(149,145,24); }

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

border-color css

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

 span { border-color: rgb(149,145,24); }

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