Html Css Color HEX #94A401 Citrus

📋 copy color: '#94A401'

red 148 ◦ green 164 ◦ blue 1

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

Shades of Citrus #94A401

Tints of Citrus #94A401

RGB

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

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

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

R = 47.28%
G = 52.4%
B = 0.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#94A401 (or 0x94A401) is known color: Citrus. HEX triplet: 94, A4 and 01. RGB value is (148,164,1). Sum of RGB (Red+Green+Blue) = 148+164+1=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #94A401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A401 is #6B5BFE. Grayscale: #8D8D8D. Windows color (decimal): -7035903 or 107668. OLE color: 107668.

HSL color Cylindrical-coordinate representation of color #94A401: hue angle of 65.89º 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 #94A401 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 1 -
CMYK 0.10 0 0.99 0.36
HSL 65.89º 0.99% 0.32% -
HSV(B) 65.89º 0.99% 0.64% -
XYZ 25.49 32.85 5.03 -
YUV 140.63 49.2 133.25 -
System Red Green Blue C M Y K H S L
Decimal 148 164 1 0.10 0 0.99 0.36 65.89 0.99 0.32
Hex 94 A4 1 A 0 63 24 42 63 20
Octal 224 244 1 12 0 143 44 102 143 40
Binary 10010100 10100100 1 1010 0 1100011 100100 1000010 1100011 100000

Color Harmonies of #94A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A401

Black with #94A401

Text Example


Text Example

White with #94A401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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