Html Css Color HEX #969314 Citron

📋 copy color: '#969314'

red 150 ◦ green 147 ◦ blue 20

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

Shades of Citron #969314

Tints of Citron #969314

RGB

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

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

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

R = 47.32%
G = 46.37%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#969314 (or 0x969314) is known color: Citron. HEX triplet: 96, 93 and 14. RGB value is (150,147,20). Sum of RGB (Red+Green+Blue) = 150+147+20=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #969314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969314 is #696CEB. Grayscale: #858585. Windows color (decimal): -6909164 or 1348502. OLE color: 1348502.

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

Color convert

RGB 150 147 20 -
CMYK 0 0.02 0.87 0.41
HSL 58.62º 0.76% 0.33% -
HSV(B) 58.62º 0.87% 0.59% -
XYZ 23.14 27.4 4.73 -
YUV 133.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 150 147 20 0 0.02 0.87 0.41 58.62 0.76 0.33
Hex 96 93 14 0 2 57 29 3B 4C 21
Octal 226 223 24 0 2 127 51 73 114 41
Binary 10010110 10010011 10100 0 10 1010111 101001 111011 1001100 100001

Color Harmonies of #969314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969314

Black with #969314

Text Example


Text Example

White with #969314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969314; }

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

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

background-color css

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

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

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

border-color css

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

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

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