Html Css Color HEX #94A22D Citron

📋 copy color: '#94A22D'

red 148 ◦ green 162 ◦ blue 45

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

Shades of Citron #94A22D

Tints of Citron #94A22D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.63%

 BLUE value IS 45 (17.97% from 255) = 12.68%

R = 41.69%
G = 45.63%
B = 12.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#94A22D (or 0x94A22D) is known color: Citron. HEX triplet: 94, A2 and 2D. RGB value is (148,162,45). Sum of RGB (Red+Green+Blue) = 148+162+45=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #94A22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A22D is #6B5DD2. Grayscale: #909090. Windows color (decimal): -7036371 or 2990740. OLE color: 2990740.

HSL color Cylindrical-coordinate representation of color #94A22D: hue angle of 67.18º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94A22D is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 162 45 -
CMYK 0.09 0 0.72 0.36
HSL 67.18º 0.57% 0.41% -
HSV(B) 67.18º 0.72% 0.64% -
XYZ 25.61 32.33 7.37 -
YUV 144.48 71.86 130.51 -
System Red Green Blue C M Y K H S L
Decimal 148 162 45 0.09 0 0.72 0.36 67.18 0.57 0.41
Hex 94 A2 2D 9 0 48 24 43 39 29
Octal 224 242 55 11 0 110 44 103 71 51
Binary 10010100 10100010 101101 1001 0 1001000 100100 1000011 111001 101001

Color Harmonies of #94A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A22D

Black with #94A22D

Text Example


Text Example

White with #94A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,162,45); }

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

background-color css

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

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

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

border-color css

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

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

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