Html Css Color HEX #969714 Citron

📋 copy color: '#969714'

red 150 ◦ green 151 ◦ blue 20

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

Shades of Citron #969714

Tints of Citron #969714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.04%

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

R = 46.73%
G = 47.04%
B = 6.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#969714 (or 0x969714) is known color: Citron. HEX triplet: 96, 97 and 14. RGB value is (150,151,20). Sum of RGB (Red+Green+Blue) = 150+151+20=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #969714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969714 is #6968EB. Grayscale: #888888. Windows color (decimal): -6908140 or 1349526. OLE color: 1349526.

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

Color convert

RGB 150 151 20 -
CMYK 0.01 0 0.87 0.41
HSL 60.46º 0.77% 0.34% -
HSV(B) 60.46º 0.87% 0.59% -
XYZ 23.77 28.67 4.94 -
YUV 135.77 62.67 138.15 -
System Red Green Blue C M Y K H S L
Decimal 150 151 20 0.01 0 0.87 0.41 60.46 0.77 0.34
Hex 96 97 14 1 0 57 29 3C 4D 22
Octal 226 227 24 1 0 127 51 74 115 42
Binary 10010110 10010111 10100 1 0 1010111 101001 111100 1001101 100010

Color Harmonies of #969714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969714

Black with #969714

Text Example


Text Example

White with #969714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969714; }

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

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

background-color css

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

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

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

border-color css

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

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

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