Html Css Color HEX #94A324 Citron

📋 copy color: '#94A324'

red 148 ◦ green 163 ◦ blue 36

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

Shades of Citron #94A324

Tints of Citron #94A324

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.97%

 BLUE value IS 36 (14.45% from 255) = 10.37%

R = 42.65%
G = 46.97%
B = 10.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#94A324 (or 0x94A324) is known color: Citron. HEX triplet: 94, A3 and 24. RGB value is (148,163,36). Sum of RGB (Red+Green+Blue) = 148+163+36=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #94A324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A324 is #6B5CDB. Grayscale: #909090. Windows color (decimal): -7036124 or 2401172. OLE color: 2401172.

HSL color Cylindrical-coordinate representation of color #94A324: hue angle of 67.09º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94A324 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 163 36 -
CMYK 0.09 0 0.78 0.36
HSL 67.09º 0.64% 0.39% -
HSV(B) 67.09º 0.78% 0.64% -
XYZ 25.63 32.62 6.61 -
YUV 144.04 67.03 130.83 -
System Red Green Blue C M Y K H S L
Decimal 148 163 36 0.09 0 0.78 0.36 67.09 0.64 0.39
Hex 94 A3 24 9 0 4E 24 43 40 27
Octal 224 243 44 11 0 116 44 103 100 47
Binary 10010100 10100011 100100 1001 0 1001110 100100 1000011 1000000 100111

Color Harmonies of #94A324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A324

Black with #94A324

Text Example


Text Example

White with #94A324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,163,36); }

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

background-color css

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

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

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

border-color css

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

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

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