Html Css Color HEX #959510 Citron

📋 copy color: '#959510'

red 149 ◦ green 149 ◦ blue 16

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

Shades of Citron #959510

Tints of Citron #959510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.45%

 BLUE value IS 16 (6.64% from 255) = 5.1%

R = 47.45%
G = 47.45%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#959510 (or 0x959510) is known color: Citron. HEX triplet: 95, 95 and 10. RGB value is (149,149,16). Sum of RGB (Red+Green+Blue) = 149+149+16=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959510 is #6A6AEF. Grayscale: #868686. Windows color (decimal): -6974192 or 1086869. OLE color: 1086869.

HSL color Cylindrical-coordinate representation of color #959510: hue angle of 60º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #959510 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 16 -
CMYK 0 0 0.89 0.42
HSL 60º 0.81% 0.32% -
HSV(B) 60º 0.89% 0.58% -
XYZ 23.24 27.92 4.66 -
YUV 133.84 61.5 138.81 -
System Red Green Blue C M Y K H S L
Decimal 149 149 16 0 0 0.89 0.42 60 0.81 0.32
Hex 95 95 10 0 0 59 2A 3C 51 20
Octal 225 225 20 0 0 131 52 74 121 40
Binary 10010101 10010101 10000 0 0 1011001 101010 111100 1010001 100000

Color Harmonies of #959510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959510

Black with #959510

Text Example


Text Example

White with #959510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959510; }

 p { color: rgb(149,149,16); }

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

background-color css

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

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

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

border-color css

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

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

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