Html Css Color HEX #93940E Citron

📋 copy color: '#93940E'

red 147 ◦ green 148 ◦ blue 14

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

Shades of Citron #93940E

Tints of Citron #93940E

RGB

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

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

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

R = 47.57%
G = 47.9%
B = 4.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93940E (or 0x93940E) is known color: Citron. HEX triplet: 93, 94 and 0E. RGB value is (147,148,14). Sum of RGB (Red+Green+Blue) = 147+148+14=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #93940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93940E is #6C6BF1. Grayscale: #848484. Windows color (decimal): -7105522 or 955539. OLE color: 955539.

HSL color Cylindrical-coordinate representation of color #93940E: hue angle of 60.45º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93940E is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 148 14 -
CMYK 0.01 0 0.91 0.42
HSL 60.45º 0.83% 0.32% -
HSV(B) 60.45º 0.91% 0.58% -
XYZ 22.7 27.41 4.51 -
YUV 132.43 61.17 138.4 -
System Red Green Blue C M Y K H S L
Decimal 147 148 14 0.01 0 0.91 0.42 60.45 0.83 0.32
Hex 93 94 E 1 0 5B 2A 3C 53 20
Octal 223 224 16 1 0 133 52 74 123 40
Binary 10010011 10010100 1110 1 0 1011011 101010 111100 1010011 100000

Color Harmonies of #93940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93940E

Black with #93940E

Text Example


Text Example

White with #93940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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