Html Css Color HEX #94A11D Citron

📋 copy color: '#94A11D'

red 148 ◦ green 161 ◦ blue 29

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

Shades of Citron #94A11D

Tints of Citron #94A11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.58%

R = 43.79%
G = 47.63%
B = 8.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#94A11D (or 0x94A11D) is known color: Citron. HEX triplet: 94, A1 and 1D. RGB value is (148,161,29). Sum of RGB (Red+Green+Blue) = 148+161+29=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #94A11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A11D is #6B5EE2. Grayscale: #8E8E8E. Windows color (decimal): -7036643 or 1941908. OLE color: 1941908.

HSL color Cylindrical-coordinate representation of color #94A11D: hue angle of 65.91º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94A11D is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 161 29 -
CMYK 0.08 0 0.82 0.37
HSL 65.91º 0.69% 0.37% -
HSV(B) 65.91º 0.82% 0.63% -
XYZ 25.18 31.87 5.99 -
YUV 142.07 64.19 132.23 -
System Red Green Blue C M Y K H S L
Decimal 148 161 29 0.08 0 0.82 0.37 65.91 0.69 0.37
Hex 94 A1 1D 8 0 52 25 42 45 25
Octal 224 241 35 10 0 122 45 102 105 45
Binary 10010100 10100001 11101 1000 0 1010010 100101 1000010 1000101 100101

Color Harmonies of #94A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A11D

Black with #94A11D

Text Example


Text Example

White with #94A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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