Html Css Color HEX #84A301 Citrus

📋 copy color: '#84A301'

red 132 ◦ green 163 ◦ blue 1

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

Shades of Citrus #84A301

Tints of Citrus #84A301

RGB

 RED value IS 132 (51.95% from 255) = 44.59%

 GREEN value IS 163 (64.06% from 255) = 55.07%

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

R = 44.59%
G = 55.07%
B = 0.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#84A301 (or 0x84A301) is known color: Citrus. HEX triplet: 84, A3 and 01. RGB value is (132,163,1). Sum of RGB (Red+Green+Blue) = 132+163+1=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #84A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A301 is #7B5CFE. Grayscale: #878787. Windows color (decimal): -8084735 or 107396. OLE color: 107396.

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

Color convert

RGB 132 163 1 -
CMYK 0.19 0 0.99 0.36
HSL 71.48º 0.99% 0.32% -
HSV(B) 71.48º 0.99% 0.64% -
XYZ 22.62 31.1 4.84 -
YUV 135.26 52.23 125.67 -
System Red Green Blue C M Y K H S L
Decimal 132 163 1 0.19 0 0.99 0.36 71.48 0.99 0.32
Hex 84 A3 1 13 0 63 24 47 63 20
Octal 204 243 1 23 0 143 44 107 143 40
Binary 10000100 10100011 1 10011 0 1100011 100100 1000111 1100011 100000

Color Harmonies of #84A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A301

Black with #84A301

Text Example


Text Example

White with #84A301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A301; }

 p { color: rgb(132,163,1); }

 H1.HeaderClassName
 {
   color: #84A301;
 }
 .AnyTagClassName
 {
   color: #84A301;
 }
</style>

background-color css

<style>
 a { background-color: #84A301; }

 a { background-color: rgb(132,163,1); }

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

border-color css

<style>
 span { border-color: #84A301; }

 span { border-color: rgb(132,163,1); }

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