Html Css Color HEX #959417 Citron

📋 copy color: '#959417'

red 149 ◦ green 148 ◦ blue 23

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

Shades of Citron #959417

Tints of Citron #959417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.19%

R = 46.56%
G = 46.25%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#959417 (or 0x959417) is known color: Citron. HEX triplet: 95, 94 and 17. RGB value is (149,148,23). Sum of RGB (Red+Green+Blue) = 149+148+23=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #959417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959417 is #6A6BE8. Grayscale: #868686. Windows color (decimal): -6974441 or 1545365. OLE color: 1545365.

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

Color convert

RGB 149 148 23 -
CMYK 0 0.01 0.85 0.42
HSL 59.52º 0.73% 0.34% -
HSV(B) 59.52º 0.85% 0.58% -
XYZ 23.14 27.63 4.92 -
YUV 134.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 149 148 23 0 0.01 0.85 0.42 59.52 0.73 0.34
Hex 95 94 17 0 1 55 2A 3C 49 22
Octal 225 224 27 0 1 125 52 74 111 42
Binary 10010101 10010100 10111 0 1 1010101 101010 111100 1001001 100010

Color Harmonies of #959417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959417

Black with #959417

Text Example


Text Example

White with #959417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959417; }

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

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

background-color css

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

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

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

border-color css

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

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

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