Html Css Color HEX #929414 Citron

📋 copy color: '#929414'

red 146 ◦ green 148 ◦ blue 20

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

Shades of Citron #929414

Tints of Citron #929414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

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

R = 46.5%
G = 47.13%
B = 6.37%

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

#929414 (or 0x929414) is known color: Citron. HEX triplet: 92, 94 and 14. RGB value is (146,148,20). Sum of RGB (Red+Green+Blue) = 146+148+20=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #929414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929414 is #6D6BEB. Grayscale: #858585. Windows color (decimal): -7171052 or 1348754. OLE color: 1348754.

HSL color Cylindrical-coordinate representation of color #929414: hue angle of 60.94º 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 #929414 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 148 20 -
CMYK 0.01 0 0.86 0.42
HSL 60.94º 0.76% 0.33% -
HSV(B) 60.94º 0.86% 0.58% -
XYZ 22.57 27.34 4.75 -
YUV 132.81 64.34 137.41 -
System Red Green Blue C M Y K H S L
Decimal 146 148 20 0.01 0 0.86 0.42 60.94 0.76 0.33
Hex 92 94 14 1 0 56 2A 3D 4C 21
Octal 222 224 24 1 0 126 52 75 114 41
Binary 10010010 10010100 10100 1 0 1010110 101010 111101 1001100 100001

Color Harmonies of #929414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929414

Black with #929414

Text Example


Text Example

White with #929414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929414; }

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

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

background-color css

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

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

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

border-color css

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

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

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