Html Css Color HEX #94A031 Citron

📋 copy color: '#94A031'

red 148 ◦ green 160 ◦ blue 49

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

Shades of Citron #94A031

Tints of Citron #94A031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 41.46%
G = 44.82%
B = 13.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#94A031 (or 0x94A031) is known color: Citron. HEX triplet: 94, A0 and 31. RGB value is (148,160,49). Sum of RGB (Red+Green+Blue) = 148+160+49=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #94A031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A031 is #6B5FCE. Grayscale: #909090. Windows color (decimal): -7036879 or 3252372. OLE color: 3252372.

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

Color convert

RGB 148 160 49 -
CMYK 0.07 0 0.69 0.37
HSL 66.49º 0.53% 0.41% -
HSV(B) 66.49º 0.69% 0.63% -
XYZ 25.34 31.66 7.68 -
YUV 143.76 74.52 131.03 -
System Red Green Blue C M Y K H S L
Decimal 148 160 49 0.07 0 0.69 0.37 66.49 0.53 0.41
Hex 94 A0 31 7 0 45 25 42 35 29
Octal 224 240 61 7 0 105 45 102 65 51
Binary 10010100 10100000 110001 111 0 1000101 100101 1000010 110101 101001

Color Harmonies of #94A031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A031

Black with #94A031

Text Example


Text Example

White with #94A031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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