Html Css Color HEX #969914 Citron

📋 copy color: '#969914'

red 150 ◦ green 153 ◦ blue 20

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

Shades of Citron #969914

Tints of Citron #969914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 46.44%
G = 47.37%
B = 6.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#969914 (or 0x969914) is known color: Citron. HEX triplet: 96, 99 and 14. RGB value is (150,153,20). Sum of RGB (Red+Green+Blue) = 150+153+20=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #969914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969914 is #6966EB. Grayscale: #898989. Windows color (decimal): -6907628 or 1350038. OLE color: 1350038.

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

Color convert

RGB 150 153 20 -
CMYK 0.02 0 0.87 0.4
HSL 61.35º 0.77% 0.34% -
HSV(B) 61.35º 0.87% 0.6% -
XYZ 24.1 29.32 5.05 -
YUV 136.94 62.01 137.31 -
System Red Green Blue C M Y K H S L
Decimal 150 153 20 0.02 0 0.87 0.4 61.35 0.77 0.34
Hex 96 99 14 2 0 57 28 3D 4D 22
Octal 226 231 24 2 0 127 50 75 115 42
Binary 10010110 10011001 10100 10 0 1010111 101000 111101 1001101 100010

Color Harmonies of #969914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969914

Black with #969914

Text Example


Text Example

White with #969914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969914; }

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

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

background-color css

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

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

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

border-color css

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

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

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