Html Css Color HEX #969019 Citron

📋 copy color: '#969019'

red 150 ◦ green 144 ◦ blue 25

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

Shades of Citron #969019

Tints of Citron #969019

RGB

 RED value IS 150 (58.98% from 255) = 47.02%

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

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

R = 47.02%
G = 45.14%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#969019 (or 0x969019) is known color: Citron. HEX triplet: 96, 90 and 19. RGB value is (150,144,25). Sum of RGB (Red+Green+Blue) = 150+144+25=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #969019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969019 is #696FE6. Grayscale: #848484. Windows color (decimal): -6909927 or 1675414. OLE color: 1675414.

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

Color convert

RGB 150 144 25 -
CMYK 0 0.04 0.83 0.41
HSL 57.12º 0.71% 0.34% -
HSV(B) 57.12º 0.83% 0.59% -
XYZ 22.73 26.5 4.84 -
YUV 132.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 150 144 25 0 0.04 0.83 0.41 57.12 0.71 0.34
Hex 96 90 19 0 4 53 29 39 47 22
Octal 226 220 31 0 4 123 51 71 107 42
Binary 10010110 10010000 11001 0 100 1010011 101001 111001 1000111 100010

Color Harmonies of #969019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969019

Black with #969019

Text Example


Text Example

White with #969019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969019; }

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

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

background-color css

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

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

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

border-color css

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

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

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