Html Css Color HEX #84A003 Citron

📋 copy color: '#84A003'

red 132 ◦ green 160 ◦ blue 3

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

Shades of Citron #84A003

Tints of Citron #84A003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 44.75%
G = 54.24%
B = 1.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#84A003 (or 0x84A003) is known color: Citron. HEX triplet: 84, A0 and 03. RGB value is (132,160,3). Sum of RGB (Red+Green+Blue) = 132+160+3=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #84A003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A003 is #7B5FFC. Grayscale: #868686. Windows color (decimal): -8085501 or 237700. OLE color: 237700.

HSL color Cylindrical-coordinate representation of color #84A003: hue angle of 70.7º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84A003 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 160 3 -
CMYK 0.17 0 0.98 0.37
HSL 70.7º 0.96% 0.32% -
HSV(B) 70.7º 0.98% 0.63% -
XYZ 22.1 30.05 4.72 -
YUV 133.73 54.22 126.77 -
System Red Green Blue C M Y K H S L
Decimal 132 160 3 0.17 0 0.98 0.37 70.7 0.96 0.32
Hex 84 A0 3 11 0 62 25 47 60 20
Octal 204 240 3 21 0 142 45 107 140 40
Binary 10000100 10100000 11 10001 0 1100010 100101 1000111 1100000 100000

Color Harmonies of #84A003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A003

Black with #84A003

Text Example


Text Example

White with #84A003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,160,3); }

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

background-color css

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

 a { background-color: rgb(132,160,3); }

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

border-color css

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

 span { border-color: rgb(132,160,3); }

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