Html Css Color HEX #929014 Citron

📋 copy color: '#929014'

red 146 ◦ green 144 ◦ blue 20

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

Shades of Citron #929014

Tints of Citron #929014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

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

R = 47.1%
G = 46.45%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#929014 (or 0x929014) is known color: Citron. HEX triplet: 92, 90 and 14. RGB value is (146,144,20). Sum of RGB (Red+Green+Blue) = 146+144+20=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #929014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929014 is #6D6FEB. Grayscale: #828282. Windows color (decimal): -7172076 or 1347730. OLE color: 1347730.

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

Color convert

RGB 146 144 20 -
CMYK 0 0.01 0.86 0.43
HSL 59.05º 0.76% 0.33% -
HSV(B) 59.05º 0.86% 0.57% -
XYZ 21.95 26.11 4.54 -
YUV 130.46 65.66 139.08 -
System Red Green Blue C M Y K H S L
Decimal 146 144 20 0 0.01 0.86 0.43 59.05 0.76 0.33
Hex 92 90 14 0 1 56 2B 3B 4C 21
Octal 222 220 24 0 1 126 53 73 114 41
Binary 10010010 10010000 10100 0 1 1010110 101011 111011 1001100 100001

Color Harmonies of #929014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929014

Black with #929014

Text Example


Text Example

White with #929014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929014; }

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

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

background-color css

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

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

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

border-color css

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

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

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