Html Css Color HEX #94A132 Citron

📋 copy color: '#94A132'

red 148 ◦ green 161 ◦ blue 50

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

Shades of Citron #94A132

Tints of Citron #94A132

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.85%

 BLUE value IS 50 (19.92% from 255) = 13.93%

R = 41.23%
G = 44.85%
B = 13.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#94A132 (or 0x94A132) is known color: Citron. HEX triplet: 94, A1 and 32. RGB value is (148,161,50). Sum of RGB (Red+Green+Blue) = 148+161+50=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #94A132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A132 is #6B5ECD. Grayscale: #909090. Windows color (decimal): -7036622 or 3318164. OLE color: 3318164.

HSL color Cylindrical-coordinate representation of color #94A132: hue angle of 67.03º 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 #94A132 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 161 50 -
CMYK 0.08 0 0.69 0.37
HSL 67.03º 0.53% 0.41% -
HSV(B) 67.03º 0.69% 0.63% -
XYZ 25.53 32.02 7.85 -
YUV 144.46 74.69 130.53 -
System Red Green Blue C M Y K H S L
Decimal 148 161 50 0.08 0 0.69 0.37 67.03 0.53 0.41
Hex 94 A1 32 8 0 45 25 43 35 29
Octal 224 241 62 10 0 105 45 103 65 51
Binary 10010100 10100001 110010 1000 0 1000101 100101 1000011 110101 101001

Color Harmonies of #94A132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A132

Black with #94A132

Text Example


Text Example

White with #94A132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,161,50); }

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

background-color css

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

 a { background-color: rgb(148,161,50); }

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

border-color css

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

 span { border-color: rgb(148,161,50); }

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