Html Css Color HEX #969210 Citron

📋 copy color: '#969210'

red 150 ◦ green 146 ◦ blue 16

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

Shades of Citron #969210

Tints of Citron #969210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

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

R = 48.08%
G = 46.79%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#969210 (or 0x969210) is known color: Citron. HEX triplet: 96, 92 and 10. RGB value is (150,146,16). Sum of RGB (Red+Green+Blue) = 150+146+16=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #969210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969210 is #696DEF. Grayscale: #848484. Windows color (decimal): -6909424 or 1086102. OLE color: 1086102.

HSL color Cylindrical-coordinate representation of color #969210: hue angle of 58.21º 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 #969210 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 16 -
CMYK 0 0.03 0.89 0.41
HSL 58.21º 0.81% 0.33% -
HSV(B) 58.21º 0.89% 0.59% -
XYZ 22.95 27.08 4.51 -
YUV 132.38 62.33 140.57 -
System Red Green Blue C M Y K H S L
Decimal 150 146 16 0 0.03 0.89 0.41 58.21 0.81 0.33
Hex 96 92 10 0 3 59 29 3A 51 21
Octal 226 222 20 0 3 131 51 72 121 41
Binary 10010110 10010010 10000 0 11 1011001 101001 111010 1010001 100001

Color Harmonies of #969210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969210

Black with #969210

Text Example


Text Example

White with #969210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969210; }

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

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

background-color css

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

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

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

border-color css

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

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

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