Html Css Color HEX #85C89A Summer Green

📋 copy color: '#85C89A'

red 133 ◦ green 200 ◦ blue 154

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

Shades of Summer Green #85C89A

Tints of Summer Green #85C89A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.07%

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

R = 27.31%
G = 41.07%
B = 31.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#85C89A (or 0x85C89A) is known color: Summer Green. HEX triplet: 85, C8 and 9A. RGB value is (133,200,154). Sum of RGB (Red+Green+Blue) = 133+200+154=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #85C89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C89A is #7A3765. Grayscale: #AEAEAE. Windows color (decimal): -8009574 or 10143877. OLE color: 10143877.

HSL color Cylindrical-coordinate representation of color #85C89A: hue angle of 138.81º degrees, saturation: 0.38, 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 #85C89A is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 200 154 -
CMYK 0.34 0 0.23 0.22
HSL 138.81º 0.38% 0.65% -
HSV(B) 138.81º 0.34% 0.78% -
XYZ 36.16 48.63 38.05 -
YUV 174.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 133 200 154 0.34 0 0.23 0.22 138.81 0.38 0.65
Hex 85 C8 9A 22 0 17 16 8B 26 41
Octal 205 310 232 42 0 27 26 213 46 101
Binary 10000101 11001000 10011010 100010 0 10111 10110 10001011 100110 1000001

Color Harmonies of #85C89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C89A

Black with #85C89A

Text Example


Text Example

White with #85C89A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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