#84B603

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

Shades of Citrus #84B603

Tints of Citrus #84B603

Color information

#84B603 (or 0x84B603) is unknown color: approx Citrus. HEX triplet: 84, B6 and 03. RGB value is (132,182,3). Sum of RGB (Red+Green+Blue) = 132+182+3=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 182 (71.48% from 255 or 57.41% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 182 - color contains mainly: green. Hex color #84B603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B603 is #7B49FC. Grayscale: #939393. Windows color (decimal): -8079869 or 243332. OLE color: 243332.

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

Color convert

RGB1321823-
CMYK0.2700.980.29
HSL76.76º96.76%36.27%-
HSV(B)76.76º98.35%71.37%-
XYZ26.2638.376.11-
YUV146.6446.94117.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 182 (71.48% from 255) = 57.41%
BLUE value IS 3 (1.56% from 255) = 0.95%
R=41.64%
G=57.41%
B=0.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13218230.2700.980.2976.7696.7636.27
Hex84B631B0621D4d6124
Octal20426633301423511514144
Binary10000100101101101111011011000101110110011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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