Html Css Color HEX #959019 Citron

📋 copy color: '#959019'

red 149 ◦ green 144 ◦ blue 25

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

Shades of Citron #959019

Tints of Citron #959019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.28%

 BLUE value IS 25 (10.16% from 255) = 7.86%

R = 46.86%
G = 45.28%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#959019 (or 0x959019) is known color: Citron. HEX triplet: 95, 90 and 19. RGB value is (149,144,25). Sum of RGB (Red+Green+Blue) = 149+144+25=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #959019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959019 is #6A6FE6. Grayscale: #848484. Windows color (decimal): -6975463 or 1675413. OLE color: 1675413.

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

Color convert

RGB 149 144 25 -
CMYK 0 0.03 0.83 0.42
HSL 57.58º 0.71% 0.34% -
HSV(B) 57.58º 0.83% 0.58% -
XYZ 22.54 26.41 4.83 -
YUV 131.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 149 144 25 0 0.03 0.83 0.42 57.58 0.71 0.34
Hex 95 90 19 0 3 53 2A 3A 47 22
Octal 225 220 31 0 3 123 52 72 107 42
Binary 10010101 10010000 11001 0 11 1010011 101010 111010 1000111 100010

Color Harmonies of #959019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959019

Black with #959019

Text Example


Text Example

White with #959019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959019; }

 p { color: rgb(149,144,25); }

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

background-color css

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

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

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

border-color css

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

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

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