Html Css Color HEX #94952C Citron

📋 copy color: '#94952C'

red 148 ◦ green 149 ◦ blue 44

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

Shades of Citron #94952C

Tints of Citron #94952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.7%

 BLUE value IS 44 (17.58% from 255) = 12.9%

R = 43.4%
G = 43.7%
B = 12.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94952C (or 0x94952C) is known color: Citron. HEX triplet: 94, 95 and 2C. RGB value is (148,149,44). Sum of RGB (Red+Green+Blue) = 148+149+44=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #94952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94952C is #6B6AD3. Grayscale: #898989. Windows color (decimal): -7039700 or 2921876. OLE color: 2921876.

HSL color Cylindrical-coordinate representation of color #94952C: hue angle of 60.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94952C is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 44 -
CMYK 0.01 0 0.70 0.42
HSL 60.57º 0.54% 0.38% -
HSV(B) 60.57º 0.7% 0.58% -
XYZ 23.41 27.97 6.55 -
YUV 136.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 148 149 44 0.01 0 0.70 0.42 60.57 0.54 0.38
Hex 94 95 2C 1 0 46 2A 3D 36 26
Octal 224 225 54 1 0 106 52 75 66 46
Binary 10010100 10010101 101100 1 0 1000110 101010 111101 110110 100110

Color Harmonies of #94952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94952C

Black with #94952C

Text Example


Text Example

White with #94952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94952C; }

 p { color: rgb(148,149,44); }

 H1.HeaderClassName
 {
   color: #94952C;
 }
 .AnyTagClassName
 {
   color: #94952C;
 }
</style>

background-color css

<style>
 a { background-color: #94952C; }

 a { background-color: rgb(148,149,44); }

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

border-color css

<style>
 span { border-color: #94952C; }

 span { border-color: rgb(148,149,44); }

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