Html Css Color HEX #94A019 Citron

📋 copy color: '#94A019'

red 148 ◦ green 160 ◦ blue 25

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

Shades of Citron #94A019

Tints of Citron #94A019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.05%

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 44.44%
G = 48.05%
B = 7.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#94A019 (or 0x94A019) is known color: Citron. HEX triplet: 94, A0 and 19. RGB value is (148,160,25). Sum of RGB (Red+Green+Blue) = 148+160+25=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #94A019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A019 is #6B5FE6. Grayscale: #8D8D8D. Windows color (decimal): -7036903 or 1679508. OLE color: 1679508.

HSL color Cylindrical-coordinate representation of color #94A019: hue angle of 65.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94A019 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 160 25 -
CMYK 0.07 0 0.84 0.37
HSL 65.33º 0.73% 0.36% -
HSV(B) 65.33º 0.84% 0.63% -
XYZ 24.96 31.51 5.69 -
YUV 141.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 148 160 25 0.07 0 0.84 0.37 65.33 0.73 0.36
Hex 94 A0 19 7 0 54 25 41 49 24
Octal 224 240 31 7 0 124 45 101 111 44
Binary 10010100 10100000 11001 111 0 1010100 100101 1000001 1001001 100100

Color Harmonies of #94A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A019

Black with #94A019

Text Example


Text Example

White with #94A019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,160,25); }

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

background-color css

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

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

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

border-color css

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

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

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