Html Css Color HEX #84A107 Citron

📋 copy color: '#84A107'

red 132 ◦ green 161 ◦ blue 7

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

Shades of Citron #84A107

Tints of Citron #84A107

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.67%

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 44%
G = 53.67%
B = 2.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#84A107 (or 0x84A107) is known color: Citron. HEX triplet: 84, A1 and 07. RGB value is (132,161,7). Sum of RGB (Red+Green+Blue) = 132+161+7=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #84A107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A107 is #7B5EF8. Grayscale: #878787. Windows color (decimal): -8085241 or 500100. OLE color: 500100.

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

Color convert

RGB 132 161 7 -
CMYK 0.18 0 0.96 0.37
HSL 71.3º 0.92% 0.33% -
HSV(B) 71.3º 0.96% 0.63% -
XYZ 22.3 30.41 4.9 -
YUV 134.77 55.89 126.02 -
System Red Green Blue C M Y K H S L
Decimal 132 161 7 0.18 0 0.96 0.37 71.3 0.92 0.33
Hex 84 A1 7 12 0 60 25 47 5C 21
Octal 204 241 7 22 0 140 45 107 134 41
Binary 10000100 10100001 111 10010 0 1100000 100101 1000111 1011100 100001

Color Harmonies of #84A107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A107

Black with #84A107

Text Example


Text Example

White with #84A107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,161,7); }

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

background-color css

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

 a { background-color: rgb(132,161,7); }

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

border-color css

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

 span { border-color: rgb(132,161,7); }

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