Html Css Color HEX #94A611 Citron

📋 copy color: '#94A611'

red 148 ◦ green 166 ◦ blue 17

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

Shades of Citron #94A611

Tints of Citron #94A611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.15%

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 44.71%
G = 50.15%
B = 5.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#94A611 (or 0x94A611) is known color: Citron. HEX triplet: 94, A6 and 11. RGB value is (148,166,17). Sum of RGB (Red+Green+Blue) = 148+166+17=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #94A611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A611 is #6B59EE. Grayscale: #909090. Windows color (decimal): -7035375 or 1156756. OLE color: 1156756.

HSL color Cylindrical-coordinate representation of color #94A611: hue angle of 67.25º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94A611 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 166 17 -
CMYK 0.11 0 0.90 0.35
HSL 67.25º 0.81% 0.36% -
HSV(B) 67.25º 0.9% 0.65% -
XYZ 25.95 33.61 5.65 -
YUV 143.63 56.54 131.12 -
System Red Green Blue C M Y K H S L
Decimal 148 166 17 0.11 0 0.90 0.35 67.25 0.81 0.36
Hex 94 A6 11 B 0 5A 23 43 51 24
Octal 224 246 21 13 0 132 43 103 121 44
Binary 10010100 10100110 10001 1011 0 1011010 100011 1000011 1010001 100100

Color Harmonies of #94A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A611

Black with #94A611

Text Example


Text Example

White with #94A611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,166,17); }

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

background-color css

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

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

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

border-color css

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

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

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