Html Css Color HEX #84B348 Chelsea Cucumber

📋 copy color: '#84B348'

red 132 ◦ green 179 ◦ blue 72

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

Shades of Chelsea Cucumber #84B348

Tints of Chelsea Cucumber #84B348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.74%

 BLUE value IS 72 (28.52% from 255) = 18.8%

R = 34.46%
G = 46.74%
B = 18.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#84B348 (or 0x84B348) is known color: Chelsea Cucumber. HEX triplet: 84, B3 and 48. RGB value is (132,179,72). Sum of RGB (Red+Green+Blue) = 132+179+72=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #84B348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B348 is #7B4CB7. Grayscale: #999999. Windows color (decimal): -8080568 or 4764548. OLE color: 4764548.

HSL color Cylindrical-coordinate representation of color #84B348: hue angle of 86.36º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84B348 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 179 72 -
CMYK 0.26 0 0.60 0.30
HSL 86.36º 0.43% 0.49% -
HSV(B) 86.36º 0.6% 0.7% -
XYZ 26.81 37.61 11.98 -
YUV 152.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 132 179 72 0.26 0 0.60 0.30 86.36 0.43 0.49
Hex 84 B3 48 1A 0 3C 1E 56 2B 31
Octal 204 263 110 32 0 74 36 126 53 61
Binary 10000100 10110011 1001000 11010 0 111100 11110 1010110 101011 110001

Color Harmonies of #84B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B348

Black with #84B348

Text Example


Text Example

White with #84B348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,179,72); }

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

background-color css

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

 a { background-color: rgb(132,179,72); }

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

border-color css

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

 span { border-color: rgb(132,179,72); }

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