Html Css Color HEX #94900D Citron

📋 copy color: '#94900D'

red 148 ◦ green 144 ◦ blue 13

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

Shades of Citron #94900D

Tints of Citron #94900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

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

R = 48.52%
G = 47.21%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94900D (or 0x94900D) is known color: Citron. HEX triplet: 94, 90 and 0D. RGB value is (148,144,13). Sum of RGB (Red+Green+Blue) = 148+144+13=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94900D is #6B6FF2. Grayscale: #828282. Windows color (decimal): -7041011 or 888980. OLE color: 888980.

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

Color convert

RGB 148 144 13 -
CMYK 0 0.03 0.91 0.42
HSL 58.22º 0.84% 0.32% -
HSV(B) 58.22º 0.91% 0.58% -
XYZ 22.26 26.27 4.28 -
YUV 130.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 148 144 13 0 0.03 0.91 0.42 58.22 0.84 0.32
Hex 94 90 D 0 3 5B 2A 3A 54 20
Octal 224 220 15 0 3 133 52 72 124 40
Binary 10010100 10010000 1101 0 11 1011011 101010 111010 1010100 100000

Color Harmonies of #94900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94900D

Black with #94900D

Text Example


Text Example

White with #94900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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