Html Css Color HEX #84BC01 Citrus

📋 copy color: '#84BC01'

red 132 ◦ green 188 ◦ blue 1

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

Shades of Citrus #84BC01

Tints of Citrus #84BC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.57%

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

R = 41.12%
G = 58.57%
B = 0.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#84BC01 (or 0x84BC01) is known color: Citrus. HEX triplet: 84, BC and 01. RGB value is (132,188,1). Sum of RGB (Red+Green+Blue) = 132+188+1=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BC01 is #7B43FE. Grayscale: #969696. Windows color (decimal): -8078335 or 113796. OLE color: 113796.

HSL color Cylindrical-coordinate representation of color #84BC01: hue angle of 77.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84BC01 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 188 1 -
CMYK 0.30 0 0.99 0.26
HSL 77.97º 0.99% 0.37% -
HSV(B) 77.97º 0.99% 0.74% -
XYZ 27.5 40.87 6.47 -
YUV 149.94 43.95 115.21 -
System Red Green Blue C M Y K H S L
Decimal 132 188 1 0.30 0 0.99 0.26 77.97 0.99 0.37
Hex 84 BC 1 1E 0 63 1A 4E 63 25
Octal 204 274 1 36 0 143 32 116 143 45
Binary 10000100 10111100 1 11110 0 1100011 11010 1001110 1100011 100101

Color Harmonies of #84BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BC01

Black with #84BC01

Text Example


Text Example

White with #84BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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