Html Css Color HEX #84B705 Citrus

📋 copy color: '#84B705'

red 132 ◦ green 183 ◦ blue 5

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

Shades of Citrus #84B705

Tints of Citrus #84B705

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.19%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 41.25%
G = 57.19%
B = 1.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#84B705 (or 0x84B705) is known color: Citrus. HEX triplet: 84, B7 and 05. RGB value is (132,183,5). Sum of RGB (Red+Green+Blue) = 132+183+5=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 183 (71.88% from 255 or 57.19% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 183 - color contains mainly: green. Hex color #84B705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B705 is #7B48FA. Grayscale: #949494. Windows color (decimal): -8079611 or 374660. OLE color: 374660.

HSL color Cylindrical-coordinate representation of color #84B705: hue angle of 77.19º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84B705 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 183 5 -
CMYK 0.28 0 0.97 0.28
HSL 77.19º 0.95% 0.37% -
HSV(B) 77.19º 0.97% 0.72% -
XYZ 26.48 38.78 6.23 -
YUV 147.46 47.6 116.97 -
System Red Green Blue C M Y K H S L
Decimal 132 183 5 0.28 0 0.97 0.28 77.19 0.95 0.37
Hex 84 B7 5 1C 0 61 1C 4D 5F 25
Octal 204 267 5 34 0 141 34 115 137 45
Binary 10000100 10110111 101 11100 0 1100001 11100 1001101 1011111 100101

Color Harmonies of #84B705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B705

Black with #84B705

Text Example


Text Example

White with #84B705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,183,5); }

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

background-color css

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

 a { background-color: rgb(132,183,5); }

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

border-color css

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

 span { border-color: rgb(132,183,5); }

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