Html Css Color HEX #94A201 Citrus

📋 copy color: '#94A201'

red 148 ◦ green 162 ◦ blue 1

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

Shades of Citrus #94A201

Tints of Citrus #94A201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 47.59%
G = 52.09%
B = 0.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#94A201 (or 0x94A201) is known color: Citrus. HEX triplet: 94, A2 and 01. RGB value is (148,162,1). Sum of RGB (Red+Green+Blue) = 148+162+1=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #94A201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A201 is #6B5DFE. Grayscale: #8C8C8C. Windows color (decimal): -7036415 or 107156. OLE color: 107156.

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

Color convert

RGB 148 162 1 -
CMYK 0.09 0 0.99 0.36
HSL 65.22º 0.99% 0.32% -
HSV(B) 65.22º 0.99% 0.64% -
XYZ 25.14 32.14 4.91 -
YUV 139.46 49.86 134.09 -
System Red Green Blue C M Y K H S L
Decimal 148 162 1 0.09 0 0.99 0.36 65.22 0.99 0.32
Hex 94 A2 1 9 0 63 24 41 63 20
Octal 224 242 1 11 0 143 44 101 143 40
Binary 10010100 10100010 1 1001 0 1100011 100100 1000001 1100011 100000

Color Harmonies of #94A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A201

Black with #94A201

Text Example


Text Example

White with #94A201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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