Html Css Color HEX #959410 Citron

📋 copy color: '#959410'

red 149 ◦ green 148 ◦ blue 16

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

Shades of Citron #959410

Tints of Citron #959410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

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

R = 47.6%
G = 47.28%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#959410 (or 0x959410) is known color: Citron. HEX triplet: 95, 94 and 10. RGB value is (149,148,16). Sum of RGB (Red+Green+Blue) = 149+148+16=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #959410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959410 is #6A6BEF. Grayscale: #858585. Windows color (decimal): -6974448 or 1086613. OLE color: 1086613.

HSL color Cylindrical-coordinate representation of color #959410: hue angle of 59.55º 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 #959410 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 16 -
CMYK 0 0.01 0.89 0.42
HSL 59.55º 0.81% 0.32% -
HSV(B) 59.55º 0.89% 0.58% -
XYZ 23.08 27.61 4.6 -
YUV 133.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 149 148 16 0 0.01 0.89 0.42 59.55 0.81 0.32
Hex 95 94 10 0 1 59 2A 3C 51 20
Octal 225 224 20 0 1 131 52 74 121 40
Binary 10010101 10010100 10000 0 1 1011001 101010 111100 1010001 100000

Color Harmonies of #959410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959410

Black with #959410

Text Example


Text Example

White with #959410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959410; }

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

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

background-color css

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

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

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

border-color css

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

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

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