Html Css Color HEX #94940D Citron

📋 copy color: '#94940D'

red 148 ◦ green 148 ◦ blue 13

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

Shades of Citron #94940D

Tints of Citron #94940D

RGB

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

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

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

R = 47.9%
G = 47.9%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94940D (or 0x94940D) is known color: Citron. HEX triplet: 94, 94 and 0D. RGB value is (148,148,13). Sum of RGB (Red+Green+Blue) = 148+148+13=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94940D is #6B6BF2. Grayscale: #858585. Windows color (decimal): -7039987 or 890004. OLE color: 890004.

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

Color convert

RGB 148 148 13 -
CMYK 0 0 0.91 0.42
HSL 60º 0.84% 0.32% -
HSV(B) 60º 0.91% 0.58% -
XYZ 22.88 27.5 4.48 -
YUV 132.61 60.5 138.98 -
System Red Green Blue C M Y K H S L
Decimal 148 148 13 0 0 0.91 0.42 60 0.84 0.32
Hex 94 94 D 0 0 5B 2A 3C 54 20
Octal 224 224 15 0 0 133 52 74 124 40
Binary 10010100 10010100 1101 0 0 1011011 101010 111100 1010100 100000

Color Harmonies of #94940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94940D

Black with #94940D

Text Example


Text Example

White with #94940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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