Html Css Color HEX #938D14 Citron

📋 copy color: '#938D14'

red 147 ◦ green 141 ◦ blue 20

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

Shades of Citron #938D14

Tints of Citron #938D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.78%

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

R = 47.73%
G = 45.78%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#938D14 (or 0x938D14) is known color: Citron. HEX triplet: 93, 8D and 14. RGB value is (147,141,20). Sum of RGB (Red+Green+Blue) = 147+141+20=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #938D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938D14 is #6C72EB. Grayscale: #818181. Windows color (decimal): -7107308 or 1346963. OLE color: 1346963.

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

Color convert

RGB 147 141 20 -
CMYK 0 0.04 0.86 0.42
HSL 57.17º 0.76% 0.33% -
HSV(B) 57.17º 0.86% 0.58% -
XYZ 21.68 25.3 4.4 -
YUV 129 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 147 141 20 0 0.04 0.86 0.42 57.17 0.76 0.33
Hex 93 8D 14 0 4 56 2A 39 4C 21
Octal 223 215 24 0 4 126 52 71 114 41
Binary 10010011 10001101 10100 0 100 1010110 101010 111001 1001100 100001

Color Harmonies of #938D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D14

Black with #938D14

Text Example


Text Example

White with #938D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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