Html Css Color HEX #84BB01 Citrus

📋 copy color: '#84BB01'

red 132 ◦ green 187 ◦ blue 1

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

Shades of Citrus #84BB01

Tints of Citrus #84BB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.44%

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

R = 41.25%
G = 58.44%
B = 0.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#84BB01 (or 0x84BB01) is known color: Citrus. HEX triplet: 84, BB and 01. RGB value is (132,187,1). Sum of RGB (Red+Green+Blue) = 132+187+1=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BB01 is #7B44FE. Grayscale: #969696. Windows color (decimal): -8078591 or 113540. OLE color: 113540.

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

Color convert

RGB 132 187 1 -
CMYK 0.29 0 0.99 0.27
HSL 77.74º 0.99% 0.37% -
HSV(B) 77.74º 0.99% 0.73% -
XYZ 27.29 40.45 6.4 -
YUV 149.35 44.28 115.62 -
System Red Green Blue C M Y K H S L
Decimal 132 187 1 0.29 0 0.99 0.27 77.74 0.99 0.37
Hex 84 BB 1 1D 0 63 1B 4E 63 25
Octal 204 273 1 35 0 143 33 116 143 45
Binary 10000100 10111011 1 11101 0 1100011 11011 1001110 1100011 100101

Color Harmonies of #84BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BB01

Black with #84BB01

Text Example


Text Example

White with #84BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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