Html Css Color HEX #84C68B De York

📋 copy color: '#84C68B'

red 132 ◦ green 198 ◦ blue 139

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

Shades of De York #84C68B

Tints of De York #84C68B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.22%

 BLUE value IS 139 (54.69% from 255) = 29.64%

R = 28.14%
G = 42.22%
B = 29.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#84C68B (or 0x84C68B) is known color: De York. HEX triplet: 84, C6 and 8B. RGB value is (132,198,139). Sum of RGB (Red+Green+Blue) = 132+198+139=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #84C68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C68B is #7B3974. Grayscale: #ABABAB. Windows color (decimal): -8075637 or 9160324. OLE color: 9160324.

HSL color Cylindrical-coordinate representation of color #84C68B: hue angle of 126.36º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C68B is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 198 139 -
CMYK 0.33 0 0.30 0.22
HSL 126.36º 0.37% 0.65% -
HSV(B) 126.36º 0.33% 0.78% -
XYZ 34.37 47.16 31.72 -
YUV 171.54 109.63 99.8 -
System Red Green Blue C M Y K H S L
Decimal 132 198 139 0.33 0 0.30 0.22 126.36 0.37 0.65
Hex 84 C6 8B 21 0 1E 16 7E 25 41
Octal 204 306 213 41 0 36 26 176 45 101
Binary 10000100 11000110 10001011 100001 0 11110 10110 1111110 100101 1000001

Color Harmonies of #84C68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C68B

Black with #84C68B

Text Example


Text Example

White with #84C68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,198,139); }

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

background-color css

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

 a { background-color: rgb(132,198,139); }

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

border-color css

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

 span { border-color: rgb(132,198,139); }

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