Html Css Color HEX #969316 Citron

📋 copy color: '#969316'

red 150 ◦ green 147 ◦ blue 22

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

Shades of Citron #969316

Tints of Citron #969316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.08%

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 47.02%
G = 46.08%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#969316 (or 0x969316) is known color: Citron. HEX triplet: 96, 93 and 16. RGB value is (150,147,22). Sum of RGB (Red+Green+Blue) = 150+147+22=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #969316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969316 is #696CE9. Grayscale: #868686. Windows color (decimal): -6909162 or 1479574. OLE color: 1479574.

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

Color convert

RGB 150 147 22 -
CMYK 0 0.02 0.85 0.41
HSL 58.59º 0.74% 0.34% -
HSV(B) 58.59º 0.85% 0.59% -
XYZ 23.16 27.41 4.83 -
YUV 133.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 150 147 22 0 0.02 0.85 0.41 58.59 0.74 0.34
Hex 96 93 16 0 2 55 29 3B 4A 22
Octal 226 223 26 0 2 125 51 73 112 42
Binary 10010110 10010011 10110 0 10 1010101 101001 111011 1001010 100010

Color Harmonies of #969316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969316

Black with #969316

Text Example


Text Example

White with #969316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969316; }

 p { color: rgb(150,147,22); }

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

background-color css

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

 a { background-color: rgb(150,147,22); }

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

border-color css

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

 span { border-color: rgb(150,147,22); }

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