Html Css Color HEX #938D0E Citron

📋 copy color: '#938D0E'

red 147 ◦ green 141 ◦ blue 14

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

Shades of Citron #938D0E

Tints of Citron #938D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 48.68%
G = 46.69%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#938D0E (or 0x938D0E) is known color: Citron. HEX triplet: 93, 8D and 0E. RGB value is (147,141,14). Sum of RGB (Red+Green+Blue) = 147+141+14=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #938D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938D0E is #6C72F1. Grayscale: #808080. Windows color (decimal): -7107314 or 953747. OLE color: 953747.

HSL color Cylindrical-coordinate representation of color #938D0E: hue angle of 57.29º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #938D0E is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 141 14 -
CMYK 0 0.04 0.90 0.42
HSL 57.29º 0.83% 0.32% -
HSV(B) 57.29º 0.9% 0.58% -
XYZ 21.64 25.28 4.16 -
YUV 128.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 147 141 14 0 0.04 0.90 0.42 57.29 0.83 0.32
Hex 93 8D E 0 4 5A 2A 39 53 20
Octal 223 215 16 0 4 132 52 71 123 40
Binary 10010011 10001101 1110 0 100 1011010 101010 111001 1010011 100000

Color Harmonies of #938D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D0E

Black with #938D0E

Text Example


Text Example

White with #938D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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