Html Css Color HEX #94A613 Citron

📋 copy color: '#94A613'

red 148 ◦ green 166 ◦ blue 19

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

Shades of Citron #94A613

Tints of Citron #94A613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.85%

 BLUE value IS 19 (7.81% from 255) = 5.71%

R = 44.44%
G = 49.85%
B = 5.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#94A613 (or 0x94A613) is known color: Citron. HEX triplet: 94, A6 and 13. RGB value is (148,166,19). Sum of RGB (Red+Green+Blue) = 148+166+19=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #94A613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A613 is #6B59EC. Grayscale: #909090. Windows color (decimal): -7035373 or 1287828. OLE color: 1287828.

HSL color Cylindrical-coordinate representation of color #94A613: hue angle of 67.35º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94A613 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 166 19 -
CMYK 0.11 0 0.89 0.35
HSL 67.35º 0.79% 0.36% -
HSV(B) 67.35º 0.89% 0.65% -
XYZ 25.97 33.62 5.74 -
YUV 143.86 57.54 130.95 -
System Red Green Blue C M Y K H S L
Decimal 148 166 19 0.11 0 0.89 0.35 67.35 0.79 0.36
Hex 94 A6 13 B 0 59 23 43 4F 24
Octal 224 246 23 13 0 131 43 103 117 44
Binary 10010100 10100110 10011 1011 0 1011001 100011 1000011 1001111 100100

Color Harmonies of #94A613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A613

Black with #94A613

Text Example


Text Example

White with #94A613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A613; }

 p { color: rgb(148,166,19); }

 H1.HeaderClassName
 {
   color: #94A613;
 }
 .AnyTagClassName
 {
   color: #94A613;
 }
</style>

background-color css

<style>
 a { background-color: #94A613; }

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

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

border-color css

<style>
 span { border-color: #94A613; }

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

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