Html Css Color HEX #84BB45 Chelsea Cucumber

📋 copy color: '#84BB45'

red 132 ◦ green 187 ◦ blue 69

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

Shades of Chelsea Cucumber #84BB45

Tints of Chelsea Cucumber #84BB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 34.02%
G = 48.2%
B = 17.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#84BB45 (or 0x84BB45) is known color: Chelsea Cucumber. HEX triplet: 84, BB and 45. RGB value is (132,187,69). Sum of RGB (Red+Green+Blue) = 132+187+69=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BB45 is #7B44BA. Grayscale: #9D9D9D. Windows color (decimal): -8078523 or 4569988. OLE color: 4569988.

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

Color convert

RGB 132 187 69 -
CMYK 0.29 0 0.63 0.27
HSL 87.97º 0.46% 0.5% -
HSV(B) 87.97º 0.63% 0.73% -
XYZ 28.36 40.88 12.03 -
YUV 157.1 78.28 110.09 -
System Red Green Blue C M Y K H S L
Decimal 132 187 69 0.29 0 0.63 0.27 87.97 0.46 0.5
Hex 84 BB 45 1D 0 3F 1B 58 2E 32
Octal 204 273 105 35 0 77 33 130 56 62
Binary 10000100 10111011 1000101 11101 0 111111 11011 1011000 101110 110010

Color Harmonies of #84BB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BB45

Black with #84BB45

Text Example


Text Example

White with #84BB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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