Html Css Color HEX #94A005 Citrus

📋 copy color: '#94A005'

red 148 ◦ green 160 ◦ blue 5

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

Shades of Citrus #94A005

Tints of Citrus #94A005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.12%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 47.28%
G = 51.12%
B = 1.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#94A005 (or 0x94A005) is known color: Citrus. HEX triplet: 94, A0 and 05. RGB value is (148,160,5). Sum of RGB (Red+Green+Blue) = 148+160+5=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #94A005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A005 is #6B5FFA. Grayscale: #8B8B8B. Windows color (decimal): -7036923 or 368788. OLE color: 368788.

HSL color Cylindrical-coordinate representation of color #94A005: hue angle of 64.65º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94A005 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 160 5 -
CMYK 0.07 0 0.97 0.37
HSL 64.65º 0.94% 0.32% -
HSV(B) 64.65º 0.97% 0.63% -
XYZ 24.81 31.45 4.91 -
YUV 138.74 52.52 134.6 -
System Red Green Blue C M Y K H S L
Decimal 148 160 5 0.07 0 0.97 0.37 64.65 0.94 0.32
Hex 94 A0 5 7 0 61 25 41 5E 20
Octal 224 240 5 7 0 141 45 101 136 40
Binary 10010100 10100000 101 111 0 1100001 100101 1000001 1011110 100000

Color Harmonies of #94A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A005

Black with #94A005

Text Example


Text Example

White with #94A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,160,5); }

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

background-color css

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

 a { background-color: rgb(148,160,5); }

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

border-color css

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

 span { border-color: rgb(148,160,5); }

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