Html Css Color HEX #93940D Citron

📋 copy color: '#93940D'

red 147 ◦ green 148 ◦ blue 13

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

Shades of Citron #93940D

Tints of Citron #93940D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 47.73%
G = 48.05%
B = 4.22%

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

#93940D (or 0x93940D) is known color: Citron. HEX triplet: 93, 94 and 0D. RGB value is (147,148,13). Sum of RGB (Red+Green+Blue) = 147+148+13=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #93940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93940D is #6C6BF2. Grayscale: #848484. Windows color (decimal): -7105523 or 890003. OLE color: 890003.

HSL color Cylindrical-coordinate representation of color #93940D: hue angle of 60.44º degrees, saturation: 0.84, 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 #93940D is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 148 13 -
CMYK 0.01 0 0.91 0.42
HSL 60.44º 0.84% 0.32% -
HSV(B) 60.44º 0.91% 0.58% -
XYZ 22.7 27.41 4.48 -
YUV 132.31 60.67 138.48 -
System Red Green Blue C M Y K H S L
Decimal 147 148 13 0.01 0 0.91 0.42 60.44 0.84 0.32
Hex 93 94 D 1 0 5B 2A 3C 54 20
Octal 223 224 15 1 0 133 52 74 124 40
Binary 10010011 10010100 1101 1 0 1011011 101010 111100 1010100 100000

Color Harmonies of #93940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93940D

Black with #93940D

Text Example


Text Example

White with #93940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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