Html Css Color HEX #85BF9A Summer Green

📋 copy color: '#85BF9A'

red 133 ◦ green 191 ◦ blue 154

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

Shades of Summer Green #85BF9A

Tints of Summer Green #85BF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 39.96%

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

R = 27.82%
G = 39.96%
B = 32.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#85BF9A (or 0x85BF9A) is known color: Summer Green. HEX triplet: 85, BF and 9A. RGB value is (133,191,154). Sum of RGB (Red+Green+Blue) = 133+191+154=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BF9A is #7A4065. Grayscale: #A9A9A9. Windows color (decimal): -8011878 or 10141573. OLE color: 10141573.

HSL color Cylindrical-coordinate representation of color #85BF9A: hue angle of 141.72º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BF9A is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 154 -
CMYK 0.30 0 0.19 0.25
HSL 141.72º 0.31% 0.64% -
HSV(B) 141.72º 0.3% 0.75% -
XYZ 34.14 44.58 37.38 -
YUV 169.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 133 191 154 0.30 0 0.19 0.25 141.72 0.31 0.64
Hex 85 BF 9A 1E 0 13 19 8E 1F 40
Octal 205 277 232 36 0 23 31 216 37 100
Binary 10000101 10111111 10011010 11110 0 10011 11001 10001110 11111 1000000

Color Harmonies of #85BF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF9A

Black with #85BF9A

Text Example


Text Example

White with #85BF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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