Html Css Color HEX #83C392 De York

📋 copy color: '#83C392'

red 131 ◦ green 195 ◦ blue 146

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

Shades of De York #83C392

Tints of De York #83C392

RGB

 RED value IS 131 (51.56% from 255) = 27.75%

 GREEN value IS 195 (76.56% from 255) = 41.31%

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 27.75%
G = 41.31%
B = 30.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#83C392 (or 0x83C392) is known color: De York. HEX triplet: 83, C3 and 92. RGB value is (131,195,146). Sum of RGB (Red+Green+Blue) = 131+195+146=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #83C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C392 is #7C3C6D. Grayscale: #AAAAAA. Windows color (decimal): -8141934 or 9618307. OLE color: 9618307.

HSL color Cylindrical-coordinate representation of color #83C392: hue angle of 134.06º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83C392 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 195 146 -
CMYK 0.33 0 0.25 0.24
HSL 134.06º 0.35% 0.64% -
HSV(B) 134.06º 0.33% 0.76% -
XYZ 34.06 45.93 34.26 -
YUV 170.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 131 195 146 0.33 0 0.25 0.24 134.06 0.35 0.64
Hex 83 C3 92 21 0 19 18 86 23 40
Octal 203 303 222 41 0 31 30 206 43 100
Binary 10000011 11000011 10010010 100001 0 11001 11000 10000110 100011 1000000

Color Harmonies of #83C392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C392

Black with #83C392

Text Example


Text Example

White with #83C392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83C392; }

 p { color: rgb(131,195,146); }

 H1.HeaderClassName
 {
   color: #83C392;
 }
 .AnyTagClassName
 {
   color: #83C392;
 }
</style>

background-color css

<style>
 a { background-color: #83C392; }

 a { background-color: rgb(131,195,146); }

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

border-color css

<style>
 span { border-color: #83C392; }

 span { border-color: rgb(131,195,146); }

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