Html Css Color HEX #969215 Citron

📋 copy color: '#969215'

red 150 ◦ green 146 ◦ blue 21

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

Shades of Citron #969215

Tints of Citron #969215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.62%

R = 47.32%
G = 46.06%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#969215 (or 0x969215) is known color: Citron. HEX triplet: 96, 92 and 15. RGB value is (150,146,21). Sum of RGB (Red+Green+Blue) = 150+146+21=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #969215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969215 is #696DEA. Grayscale: #858585. Windows color (decimal): -6909419 or 1413782. OLE color: 1413782.

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

Color convert

RGB 150 146 21 -
CMYK 0 0.03 0.86 0.41
HSL 58.14º 0.75% 0.34% -
HSV(B) 58.14º 0.86% 0.59% -
XYZ 22.99 27.1 4.73 -
YUV 132.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 150 146 21 0 0.03 0.86 0.41 58.14 0.75 0.34
Hex 96 92 15 0 3 56 29 3A 4B 22
Octal 226 222 25 0 3 126 51 72 113 42
Binary 10010110 10010010 10101 0 11 1010110 101001 111010 1001011 100010

Color Harmonies of #969215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969215

Black with #969215

Text Example


Text Example

White with #969215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969215; }

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

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

background-color css

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

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

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

border-color css

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

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

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