Html Css Color HEX #959415 Citron

📋 copy color: '#959415'

red 149 ◦ green 148 ◦ blue 21

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

Shades of Citron #959415

Tints of Citron #959415

RGB

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

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

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

R = 46.86%
G = 46.54%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#959415 (or 0x959415) is known color: Citron. HEX triplet: 95, 94 and 15. RGB value is (149,148,21). Sum of RGB (Red+Green+Blue) = 149+148+21=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #959415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959415 is #6A6BEA. Grayscale: #868686. Windows color (decimal): -6974443 or 1414293. OLE color: 1414293.

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

Color convert

RGB 149 148 21 -
CMYK 0 0.01 0.86 0.42
HSL 59.53º 0.75% 0.33% -
HSV(B) 59.53º 0.86% 0.58% -
XYZ 23.12 27.62 4.82 -
YUV 133.82 64.33 138.83 -
System Red Green Blue C M Y K H S L
Decimal 149 148 21 0 0.01 0.86 0.42 59.53 0.75 0.33
Hex 95 94 15 0 1 56 2A 3C 4B 21
Octal 225 224 25 0 1 126 52 74 113 41
Binary 10010101 10010100 10101 0 1 1010110 101010 111100 1001011 100001

Color Harmonies of #959415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959415

Black with #959415

Text Example


Text Example

White with #959415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959415; }

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

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

background-color css

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

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

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

border-color css

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

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

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