Html Css Color HEX #929314 Citron

📋 copy color: '#929314'

red 146 ◦ green 147 ◦ blue 20

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

Shades of Citron #929314

Tints of Citron #929314

RGB

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

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

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

R = 46.65%
G = 46.96%
B = 6.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#929314 (or 0x929314) is known color: Citron. HEX triplet: 92, 93 and 14. RGB value is (146,147,20). Sum of RGB (Red+Green+Blue) = 146+147+20=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #929314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929314 is #6D6CEB. Grayscale: #848484. Windows color (decimal): -7171308 or 1348498. OLE color: 1348498.

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

Color convert

RGB 146 147 20 -
CMYK 0.01 0 0.86 0.42
HSL 60.47º 0.76% 0.33% -
HSV(B) 60.47º 0.86% 0.58% -
XYZ 22.41 27.03 4.7 -
YUV 132.22 64.67 137.83 -
System Red Green Blue C M Y K H S L
Decimal 146 147 20 0.01 0 0.86 0.42 60.47 0.76 0.33
Hex 92 93 14 1 0 56 2A 3C 4C 21
Octal 222 223 24 1 0 126 52 74 114 41
Binary 10010010 10010011 10100 1 0 1010110 101010 111100 1001100 100001

Color Harmonies of #929314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929314

Black with #929314

Text Example


Text Example

White with #929314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929314; }

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

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

background-color css

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

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

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

border-color css

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

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

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