Html Css Color HEX #969214 Citron

📋 copy color: '#969214'

red 150 ◦ green 146 ◦ blue 20

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

Shades of Citron #969214

Tints of Citron #969214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.2%

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

R = 47.47%
G = 46.2%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#969214 (or 0x969214) is known color: Citron. HEX triplet: 96, 92 and 14. RGB value is (150,146,20). Sum of RGB (Red+Green+Blue) = 150+146+20=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #969214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969214 is #696DEB. Grayscale: #858585. Windows color (decimal): -6909420 or 1348246. OLE color: 1348246.

HSL color Cylindrical-coordinate representation of color #969214: hue angle of 58.15º 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 #969214 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 20 -
CMYK 0 0.03 0.87 0.41
HSL 58.15º 0.76% 0.33% -
HSV(B) 58.15º 0.87% 0.59% -
XYZ 22.98 27.09 4.68 -
YUV 132.83 64.33 140.25 -
System Red Green Blue C M Y K H S L
Decimal 150 146 20 0 0.03 0.87 0.41 58.15 0.76 0.33
Hex 96 92 14 0 3 57 29 3A 4C 21
Octal 226 222 24 0 3 127 51 72 114 41
Binary 10010110 10010010 10100 0 11 1010111 101001 111010 1001100 100001

Color Harmonies of #969214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969214

Black with #969214

Text Example


Text Example

White with #969214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969214; }

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

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

background-color css

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

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

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

border-color css

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

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

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