Html Css Color HEX #929214 Citron

📋 copy color: '#929214'

red 146 ◦ green 146 ◦ blue 20

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

Shades of Citron #929214

Tints of Citron #929214

RGB

 RED value IS 146 (57.42% from 255) = 46.79%

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

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

R = 46.79%
G = 46.79%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#929214 (or 0x929214) is known color: Citron. HEX triplet: 92, 92 and 14. RGB value is (146,146,20). Sum of RGB (Red+Green+Blue) = 146+146+20=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 146 - color contains mainly: red, green. Hex color #929214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929214 is #6D6DEB. Grayscale: #848484. Windows color (decimal): -7171564 or 1348242. OLE color: 1348242.

HSL color Cylindrical-coordinate representation of color #929214: hue angle of 60º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #929214 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 146 20 -
CMYK 0 0 0.86 0.43
HSL 60º 0.76% 0.33% -
HSV(B) 60º 0.86% 0.57% -
XYZ 22.26 26.72 4.65 -
YUV 131.64 65 138.25 -
System Red Green Blue C M Y K H S L
Decimal 146 146 20 0 0 0.86 0.43 60 0.76 0.33
Hex 92 92 14 0 0 56 2B 3C 4C 21
Octal 222 222 24 0 0 126 53 74 114 41
Binary 10010010 10010010 10100 0 0 1010110 101011 111100 1001100 100001

Color Harmonies of #929214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929214

Black with #929214

Text Example


Text Example

White with #929214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929214; }

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

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

background-color css

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

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

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

border-color css

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

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

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