Html Css Color HEX #939014 Citron

📋 copy color: '#939014'

red 147 ◦ green 144 ◦ blue 20

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

Shades of Citron #939014

Tints of Citron #939014

RGB

 RED value IS 147 (57.81% from 255) = 47.27%

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

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

R = 47.27%
G = 46.3%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#939014 (or 0x939014) is known color: Citron. HEX triplet: 93, 90 and 14. RGB value is (147,144,20). Sum of RGB (Red+Green+Blue) = 147+144+20=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #939014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #939014 is #6C6FEB. Grayscale: #838383. Windows color (decimal): -7106540 or 1347731. OLE color: 1347731.

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

Color convert

RGB 147 144 20 -
CMYK 0 0.02 0.86 0.42
HSL 58.58º 0.76% 0.33% -
HSV(B) 58.58º 0.86% 0.58% -
XYZ 22.13 26.2 4.55 -
YUV 130.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 147 144 20 0 0.02 0.86 0.42 58.58 0.76 0.33
Hex 93 90 14 0 2 56 2A 3B 4C 21
Octal 223 220 24 0 2 126 52 73 114 41
Binary 10010011 10010000 10100 0 10 1010110 101010 111011 1001100 100001

Color Harmonies of #939014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939014

Black with #939014

Text Example


Text Example

White with #939014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939014; }

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

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

background-color css

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

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

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

border-color css

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

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

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