Html Css Color HEX #959115 Citron

📋 copy color: '#959115'

red 149 ◦ green 145 ◦ blue 21

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

Shades of Citron #959115

Tints of Citron #959115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 47.3%
G = 46.03%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#959115 (or 0x959115) is known color: Citron. HEX triplet: 95, 91 and 15. RGB value is (149,145,21). Sum of RGB (Red+Green+Blue) = 149+145+21=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #959115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959115 is #6A6EEA. Grayscale: #848484. Windows color (decimal): -6975211 or 1413525. OLE color: 1413525.

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

Color convert

RGB 149 145 21 -
CMYK 0 0.03 0.86 0.42
HSL 58.13º 0.75% 0.33% -
HSV(B) 58.13º 0.86% 0.58% -
XYZ 22.66 26.69 4.67 -
YUV 132.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 149 145 21 0 0.03 0.86 0.42 58.13 0.75 0.33
Hex 95 91 15 0 3 56 2A 3A 4B 21
Octal 225 221 25 0 3 126 52 72 113 41
Binary 10010101 10010001 10101 0 11 1010110 101010 111010 1001011 100001

Color Harmonies of #959115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959115

Black with #959115

Text Example


Text Example

White with #959115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959115; }

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

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

background-color css

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

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

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

border-color css

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

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

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