Html Css Color HEX #969213 Citron

📋 copy color: '#969213'

red 150 ◦ green 146 ◦ blue 19

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

Shades of Citron #969213

Tints of Citron #969213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 47.62%
G = 46.35%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#969213 (or 0x969213) is known color: Citron. HEX triplet: 96, 92 and 13. RGB value is (150,146,19). Sum of RGB (Red+Green+Blue) = 150+146+19=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #969213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969213 is #696DEC. Grayscale: #858585. Windows color (decimal): -6909421 or 1282710. OLE color: 1282710.

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

Color convert

RGB 150 146 19 -
CMYK 0 0.03 0.87 0.41
HSL 58.17º 0.78% 0.33% -
HSV(B) 58.17º 0.87% 0.59% -
XYZ 22.97 27.09 4.63 -
YUV 132.72 63.83 140.33 -
System Red Green Blue C M Y K H S L
Decimal 150 146 19 0 0.03 0.87 0.41 58.17 0.78 0.33
Hex 96 92 13 0 3 57 29 3A 4E 21
Octal 226 222 23 0 3 127 51 72 116 41
Binary 10010110 10010010 10011 0 11 1010111 101001 111010 1001110 100001

Color Harmonies of #969213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969213

Black with #969213

Text Example


Text Example

White with #969213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969213; }

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

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

background-color css

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

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

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

border-color css

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

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

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