#84B605

Color #84B605 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #84B605

Tints of Citrus #84B605

Color information

#84B605 (or 0x84B605) is unknown color: approx Citrus. HEX triplet: 84, B6 and 05. RGB value is (132,182,5). Sum of RGB (Red+Green+Blue) = 132+182+5=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #84B605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B605 is #7B49FA. Grayscale: #939393. Windows color (decimal): -8079867 or 374404. OLE color: 374404.

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

Color convert

RGB1321825-
CMYK0.2700.970.29
HSL76.95º94.65%36.67%-
HSV(B)76.95º97.25%71.37%-
XYZ26.2738.376.17-
YUV146.8747.94117.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 182 (71.48% from 255) = 57.05%
BLUE value IS 5 (2.34% from 255) = 1.57%
R=41.38%
G=57.05%
B=1.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13218250.2700.970.2976.9594.6536.67
Hex84B651B0611D4d5f25
Octal20426653301413511513745
Binary100001001011011010111011011000011110110011011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84B605;
 }
 .AnyTagClassName
 {
   color: #84B605;
 }
</style>
background-color css

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

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

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

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

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

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