Html Css Color HEX #84A01E Citron

📋 copy color: '#84A01E'

red 132 ◦ green 160 ◦ blue 30

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

Shades of Citron #84A01E

Tints of Citron #84A01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 40.99%
G = 49.69%
B = 9.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#84A01E (or 0x84A01E) is known color: Citron. HEX triplet: 84, A0 and 1E. RGB value is (132,160,30). Sum of RGB (Red+Green+Blue) = 132+160+30=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #84A01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A01E is #7B5FE1. Grayscale: #898989. Windows color (decimal): -8085474 or 2007172. OLE color: 2007172.

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

Color convert

RGB 132 160 30 -
CMYK 0.17 0 0.81 0.37
HSL 72.92º 0.68% 0.37% -
HSV(B) 72.92º 0.81% 0.63% -
XYZ 22.32 30.14 5.87 -
YUV 136.81 67.72 124.57 -
System Red Green Blue C M Y K H S L
Decimal 132 160 30 0.17 0 0.81 0.37 72.92 0.68 0.37
Hex 84 A0 1E 11 0 51 25 49 44 25
Octal 204 240 36 21 0 121 45 111 104 45
Binary 10000100 10100000 11110 10001 0 1010001 100101 1001001 1000100 100101

Color Harmonies of #84A01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A01E

Black with #84A01E

Text Example


Text Example

White with #84A01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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