Html Css Color HEX #83BC7A De York

📋 copy color: '#83BC7A'

red 131 ◦ green 188 ◦ blue 122

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

Shades of De York #83BC7A

Tints of De York #83BC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.63%

 BLUE value IS 122 (48.05% from 255) = 27.66%

R = 29.71%
G = 42.63%
B = 27.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#83BC7A (or 0x83BC7A) is known color: De York. HEX triplet: 83, BC and 7A. RGB value is (131,188,122). Sum of RGB (Red+Green+Blue) = 131+188+122=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC7A is #7C4385. Grayscale: #A3A3A3. Windows color (decimal): -8143750 or 8043651. OLE color: 8043651.

HSL color Cylindrical-coordinate representation of color #83BC7A: hue angle of 111.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83BC7A is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 122 -
CMYK 0.30 0 0.35 0.26
HSL 111.82º 0.33% 0.61% -
HSV(B) 111.82º 0.35% 0.74% -
XYZ 30.86 42.2 24.93 -
YUV 163.43 104.62 104.87 -
System Red Green Blue C M Y K H S L
Decimal 131 188 122 0.30 0 0.35 0.26 111.82 0.33 0.61
Hex 83 BC 7A 1E 0 23 1A 70 21 3D
Octal 203 274 172 36 0 43 32 160 41 75
Binary 10000011 10111100 1111010 11110 0 100011 11010 1110000 100001 111101

Color Harmonies of #83BC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC7A

Black with #83BC7A

Text Example


Text Example

White with #83BC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,188,122); }

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

background-color css

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

 a { background-color: rgb(131,188,122); }

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

border-color css

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

 span { border-color: rgb(131,188,122); }

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