Html Css Color HEX #94972C Citron

📋 copy color: '#94972C'

red 148 ◦ green 151 ◦ blue 44

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

Shades of Citron #94972C

Tints of Citron #94972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.02%

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

R = 43.15%
G = 44.02%
B = 12.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#94972C (or 0x94972C) is known color: Citron. HEX triplet: 94, 97 and 2C. RGB value is (148,151,44). Sum of RGB (Red+Green+Blue) = 148+151+44=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #94972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94972C is #6B68D3. Grayscale: #8A8A8A. Windows color (decimal): -7039188 or 2922388. OLE color: 2922388.

HSL color Cylindrical-coordinate representation of color #94972C: hue angle of 61.68º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94972C is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 44 -
CMYK 0.02 0 0.71 0.41
HSL 61.68º 0.55% 0.38% -
HSV(B) 61.68º 0.71% 0.59% -
XYZ 23.73 28.61 6.65 -
YUV 137.91 75.01 135.2 -
System Red Green Blue C M Y K H S L
Decimal 148 151 44 0.02 0 0.71 0.41 61.68 0.55 0.38
Hex 94 97 2C 2 0 47 29 3E 37 26
Octal 224 227 54 2 0 107 51 76 67 46
Binary 10010100 10010111 101100 10 0 1000111 101001 111110 110111 100110

Color Harmonies of #94972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94972C

Black with #94972C

Text Example


Text Example

White with #94972C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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