Html Css Color HEX #94A41D Citron

📋 copy color: '#94A41D'

red 148 ◦ green 164 ◦ blue 29

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

Shades of Citron #94A41D

Tints of Citron #94A41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.09%

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

R = 43.4%
G = 48.09%
B = 8.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#94A41D (or 0x94A41D) is known color: Citron. HEX triplet: 94, A4 and 1D. RGB value is (148,164,29). Sum of RGB (Red+Green+Blue) = 148+164+29=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #94A41D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A41D is #6B5BE2. Grayscale: #909090. Windows color (decimal): -7035875 or 1942676. OLE color: 1942676.

HSL color Cylindrical-coordinate representation of color #94A41D: hue angle of 67.11º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94A41D is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 29 -
CMYK 0.10 0 0.82 0.36
HSL 67.11º 0.7% 0.38% -
HSV(B) 67.11º 0.82% 0.64% -
XYZ 25.71 32.94 6.16 -
YUV 143.83 63.2 130.98 -
System Red Green Blue C M Y K H S L
Decimal 148 164 29 0.10 0 0.82 0.36 67.11 0.7 0.38
Hex 94 A4 1D A 0 52 24 43 46 26
Octal 224 244 35 12 0 122 44 103 106 46
Binary 10010100 10100100 11101 1010 0 1010010 100100 1000011 1000110 100110

Color Harmonies of #94A41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A41D

Black with #94A41D

Text Example


Text Example

White with #94A41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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