Html Css Color HEX #969010 Citron

📋 copy color: '#969010'

red 150 ◦ green 144 ◦ blue 16

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

Shades of Citron #969010

Tints of Citron #969010

RGB

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

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

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

R = 48.39%
G = 46.45%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#969010 (or 0x969010) is known color: Citron. HEX triplet: 96, 90 and 10. RGB value is (150,144,16). Sum of RGB (Red+Green+Blue) = 150+144+16=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #969010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969010 is #696FEF. Grayscale: #838383. Windows color (decimal): -6909936 or 1085590. OLE color: 1085590.

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

Color convert

RGB 150 144 16 -
CMYK 0 0.04 0.89 0.41
HSL 57.31º 0.81% 0.33% -
HSV(B) 57.31º 0.89% 0.59% -
XYZ 22.64 26.47 4.41 -
YUV 131.2 62.99 141.41 -
System Red Green Blue C M Y K H S L
Decimal 150 144 16 0 0.04 0.89 0.41 57.31 0.81 0.33
Hex 96 90 10 0 4 59 29 39 51 21
Octal 226 220 20 0 4 131 51 71 121 41
Binary 10010110 10010000 10000 0 100 1011001 101001 111001 1010001 100001

Color Harmonies of #969010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969010

Black with #969010

Text Example


Text Example

White with #969010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969010; }

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

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

background-color css

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

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

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

border-color css

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

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

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