Html Css Color HEX #84AB4A Chelsea Cucumber

📋 copy color: '#84AB4A'

red 132 ◦ green 171 ◦ blue 74

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

Shades of Chelsea Cucumber #84AB4A

Tints of Chelsea Cucumber #84AB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.36%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 35.01%
G = 45.36%
B = 19.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#84AB4A (or 0x84AB4A) is known color: Chelsea Cucumber. HEX triplet: 84, AB and 4A. RGB value is (132,171,74). Sum of RGB (Red+Green+Blue) = 132+171+74=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AB4A is #7B54B5. Grayscale: #949494. Windows color (decimal): -8082614 or 4893572. OLE color: 4893572.

HSL color Cylindrical-coordinate representation of color #84AB4A: hue angle of 84.12º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84AB4A is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 171 74 -
CMYK 0.23 0 0.57 0.33
HSL 84.12º 0.4% 0.48% -
HSV(B) 84.12º 0.57% 0.67% -
XYZ 25.31 34.53 11.81 -
YUV 148.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 132 171 74 0.23 0 0.57 0.33 84.12 0.4 0.48
Hex 84 AB 4A 17 0 39 21 54 28 30
Octal 204 253 112 27 0 71 41 124 50 60
Binary 10000100 10101011 1001010 10111 0 111001 100001 1010100 101000 110000

Color Harmonies of #84AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AB4A

Black with #84AB4A

Text Example


Text Example

White with #84AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,171,74); }

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

background-color css

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

 a { background-color: rgb(132,171,74); }

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

border-color css

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

 span { border-color: rgb(132,171,74); }

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