Html Css Color HEX #94942C Citron

📋 copy color: '#94942C'

red 148 ◦ green 148 ◦ blue 44

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

Shades of Citron #94942C

Tints of Citron #94942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.53%

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

R = 43.53%
G = 43.53%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94942C (or 0x94942C) is known color: Citron. HEX triplet: 94, 94 and 2C. RGB value is (148,148,44). Sum of RGB (Red+Green+Blue) = 148+148+44=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94942C is #6B6BD3. Grayscale: #888888. Windows color (decimal): -7039956 or 2921620. OLE color: 2921620.

HSL color Cylindrical-coordinate representation of color #94942C: hue angle of 60º 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 #94942C is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 148 44 -
CMYK 0 0 0.70 0.42
HSL 60º 0.54% 0.38% -
HSV(B) 60º 0.7% 0.58% -
XYZ 23.26 27.66 6.5 -
YUV 136.14 76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 148 148 44 0 0 0.70 0.42 60 0.54 0.38
Hex 94 94 2C 0 0 46 2A 3C 36 26
Octal 224 224 54 0 0 106 52 74 66 46
Binary 10010100 10010100 101100 0 0 1000110 101010 111100 110110 100110

Color Harmonies of #94942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94942C

Black with #94942C

Text Example


Text Example

White with #94942C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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