Html Css Color HEX #969916 Citron

📋 copy color: '#969916'

red 150 ◦ green 153 ◦ blue 22

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

Shades of Citron #969916

Tints of Citron #969916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.08%

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

R = 46.15%
G = 47.08%
B = 6.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#969916 (or 0x969916) is known color: Citron. HEX triplet: 96, 99 and 16. RGB value is (150,153,22). Sum of RGB (Red+Green+Blue) = 150+153+22=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #969916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969916 is #6966E9. Grayscale: #898989. Windows color (decimal): -6907626 or 1481110. OLE color: 1481110.

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

Color convert

RGB 150 153 22 -
CMYK 0.02 0 0.86 0.4
HSL 61.37º 0.75% 0.34% -
HSV(B) 61.37º 0.86% 0.6% -
XYZ 24.11 29.32 5.15 -
YUV 137.17 63.01 137.15 -
System Red Green Blue C M Y K H S L
Decimal 150 153 22 0.02 0 0.86 0.4 61.37 0.75 0.34
Hex 96 99 16 2 0 56 28 3D 4B 22
Octal 226 231 26 2 0 126 50 75 113 42
Binary 10010110 10011001 10110 10 0 1010110 101000 111101 1001011 100010

Color Harmonies of #969916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969916

Black with #969916

Text Example


Text Example

White with #969916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969916; }

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

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

background-color css

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

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

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

border-color css

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

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

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