Html Css Color HEX #84B504 Citrus

📋 copy color: '#84B504'

red 132 ◦ green 181 ◦ blue 4

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

Shades of Citrus #84B504

Tints of Citrus #84B504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.1%

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 41.64%
G = 57.1%
B = 1.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#84B504 (or 0x84B504) is known color: Citrus. HEX triplet: 84, B5 and 04. RGB value is (132,181,4). Sum of RGB (Red+Green+Blue) = 132+181+4=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #84B504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B504 is #7B4AFB. Grayscale: #929292. Windows color (decimal): -8080124 or 308612. OLE color: 308612.

HSL color Cylindrical-coordinate representation of color #84B504: hue angle of 76.61º degrees, saturation: 0.96, 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 #84B504 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 181 4 -
CMYK 0.27 0 0.98 0.29
HSL 76.61º 0.96% 0.36% -
HSV(B) 76.61º 0.98% 0.71% -
XYZ 26.06 37.96 6.07 -
YUV 146.17 47.77 117.89 -
System Red Green Blue C M Y K H S L
Decimal 132 181 4 0.27 0 0.98 0.29 76.61 0.96 0.36
Hex 84 B5 4 1B 0 62 1D 4D 60 24
Octal 204 265 4 33 0 142 35 115 140 44
Binary 10000100 10110101 100 11011 0 1100010 11101 1001101 1100000 100100

Color Harmonies of #84B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B504

Black with #84B504

Text Example


Text Example

White with #84B504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,181,4); }

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

background-color css

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

 a { background-color: rgb(132,181,4); }

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

border-color css

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

 span { border-color: rgb(132,181,4); }

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