Html Css Color HEX #84B401 Citrus

📋 copy color: '#84B401'

red 132 ◦ green 180 ◦ blue 1

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

Shades of Citrus #84B401

Tints of Citrus #84B401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.51%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 42.17%
G = 57.51%
B = 0.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#84B401 (or 0x84B401) is known color: Citrus. HEX triplet: 84, B4 and 01. RGB value is (132,180,1). Sum of RGB (Red+Green+Blue) = 132+180+1=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #84B401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B401 is #7B4BFE. Grayscale: #919191. Windows color (decimal): -8080383 or 111748. OLE color: 111748.

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

Color convert

RGB 132 180 1 -
CMYK 0.27 0 0.99 0.29
HSL 76.09º 0.99% 0.35% -
HSV(B) 76.09º 0.99% 0.71% -
XYZ 25.84 37.55 5.91 -
YUV 145.24 46.6 118.55 -
System Red Green Blue C M Y K H S L
Decimal 132 180 1 0.27 0 0.99 0.29 76.09 0.99 0.35
Hex 84 B4 1 1B 0 63 1D 4C 63 23
Octal 204 264 1 33 0 143 35 114 143 43
Binary 10000100 10110100 1 11011 0 1100011 11101 1001100 1100011 100011

Color Harmonies of #84B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B401

Black with #84B401

Text Example


Text Example

White with #84B401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,180,1); }

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

background-color css

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

 a { background-color: rgb(132,180,1); }

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

border-color css

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

 span { border-color: rgb(132,180,1); }

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