Html Css Color HEX #84AF66 Chelsea Cucumber

📋 copy color: '#84AF66'

red 132 ◦ green 175 ◦ blue 102

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

Shades of Chelsea Cucumber #84AF66

Tints of Chelsea Cucumber #84AF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.79%

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 32.27%
G = 42.79%
B = 24.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#84AF66 (or 0x84AF66) is known color: Chelsea Cucumber. HEX triplet: 84, AF and 66. RGB value is (132,175,102). Sum of RGB (Red+Green+Blue) = 132+175+102=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF66 is #7B5099. Grayscale: #9A9A9A. Windows color (decimal): -8081562 or 6729604. OLE color: 6729604.

HSL color Cylindrical-coordinate representation of color #84AF66: hue angle of 95.34º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84AF66 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 175 102 -
CMYK 0.25 0 0.42 0.31
HSL 95.34º 0.31% 0.54% -
HSV(B) 95.34º 0.42% 0.69% -
XYZ 27.24 36.52 18.18 -
YUV 153.82 98.75 112.44 -
System Red Green Blue C M Y K H S L
Decimal 132 175 102 0.25 0 0.42 0.31 95.34 0.31 0.54
Hex 84 AF 66 19 0 2A 1F 5F 1F 36
Octal 204 257 146 31 0 52 37 137 37 66
Binary 10000100 10101111 1100110 11001 0 101010 11111 1011111 11111 110110

Color Harmonies of #84AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AF66

Black with #84AF66

Text Example


Text Example

White with #84AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,175,102); }

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

background-color css

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

 a { background-color: rgb(132,175,102); }

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

border-color css

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

 span { border-color: rgb(132,175,102); }

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