Html Css Color HEX #85C19A Summer Green

📋 copy color: '#85C19A'

red 133 ◦ green 193 ◦ blue 154

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

Shades of Summer Green #85C19A

Tints of Summer Green #85C19A

RGB

 RED value IS 133 (52.34% from 255) = 27.71%

 GREEN value IS 193 (75.78% from 255) = 40.21%

 BLUE value IS 154 (60.55% from 255) = 32.08%

R = 27.71%
G = 40.21%
B = 32.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#85C19A (or 0x85C19A) is known color: Summer Green. HEX triplet: 85, C1 and 9A. RGB value is (133,193,154). Sum of RGB (Red+Green+Blue) = 133+193+154=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #85C19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C19A is #7A3E65. Grayscale: #AAAAAA. Windows color (decimal): -8011366 or 10142085. OLE color: 10142085.

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

Color convert

RGB 133 193 154 -
CMYK 0.31 0 0.20 0.24
HSL 141º 0.33% 0.64% -
HSV(B) 141º 0.31% 0.76% -
XYZ 34.58 45.46 37.52 -
YUV 170.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 133 193 154 0.31 0 0.20 0.24 141 0.33 0.64
Hex 85 C1 9A 1F 0 14 18 8D 21 40
Octal 205 301 232 37 0 24 30 215 41 100
Binary 10000101 11000001 10011010 11111 0 10100 11000 10001101 100001 1000000

Color Harmonies of #85C19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C19A

Black with #85C19A

Text Example


Text Example

White with #85C19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85C19A; }

 p { color: rgb(133,193,154); }

 H1.HeaderClassName
 {
   color: #85C19A;
 }
 .AnyTagClassName
 {
   color: #85C19A;
 }
</style>

background-color css

<style>
 a { background-color: #85C19A; }

 a { background-color: rgb(133,193,154); }

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

border-color css

<style>
 span { border-color: #85C19A; }

 span { border-color: rgb(133,193,154); }

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