Html Css Color HEX #84A215 Citron

📋 copy color: '#84A215'

red 132 ◦ green 162 ◦ blue 21

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

Shades of Citron #84A215

Tints of Citron #84A215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.43%

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 41.9%
G = 51.43%
B = 6.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#84A215 (or 0x84A215) is known color: Citron. HEX triplet: 84, A2 and 15. RGB value is (132,162,21). Sum of RGB (Red+Green+Blue) = 132+162+21=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #84A215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A215 is #7B5DEA. Grayscale: #898989. Windows color (decimal): -8084971 or 1417860. OLE color: 1417860.

HSL color Cylindrical-coordinate representation of color #84A215: hue angle of 72.77º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84A215 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 162 21 -
CMYK 0.19 0 0.87 0.36
HSL 72.77º 0.77% 0.36% -
HSV(B) 72.77º 0.87% 0.64% -
XYZ 22.57 30.8 5.46 -
YUV 136.96 62.56 124.46 -
System Red Green Blue C M Y K H S L
Decimal 132 162 21 0.19 0 0.87 0.36 72.77 0.77 0.36
Hex 84 A2 15 13 0 57 24 49 4D 24
Octal 204 242 25 23 0 127 44 111 115 44
Binary 10000100 10100010 10101 10011 0 1010111 100100 1001001 1001101 100100

Color Harmonies of #84A215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A215

Black with #84A215

Text Example


Text Example

White with #84A215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,162,21); }

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

background-color css

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

 a { background-color: rgb(132,162,21); }

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

border-color css

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

 span { border-color: rgb(132,162,21); }

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