#92BCA1

Color #92BCA1 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #92BCA1

Tints of Summer Green #92BCA1

Color information

#92BCA1 (or 0x92BCA1) is unknown color: approx Summer Green. HEX triplet: 92, BC and A1. RGB value is (146,188,161). Sum of RGB (Red+Green+Blue) = 146+188+161=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #92BCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BCA1 is #6D435E. Grayscale: #ACACAC. Windows color (decimal): -7160671 or 10599570. OLE color: 10599570.

HSL color Cylindrical-coordinate representation of color #92BCA1: hue angle of 141.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BCA1 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB146188161-
CMYK0.2200.140.26
HSL141.43º23.86%65.49%-
HSV(B)141.43º22.34%73.73%-
XYZ36.2744.6540.43-
YUV172.36121.59109.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=29.49%
G=37.98%
B=32.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461881610.2200.140.26141.4323.8665.49
Hex92BCA1160E1A8d1841
Octal222274241260163221530101
Binary10010010101111001010000110110011101101010001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BCA1; }

 p { color: rgb(146,188,161); }

 H1.HeaderClassName
 {
   color: #92BCA1;
 }
 .AnyTagClassName
 {
   color: #92BCA1;
 }
</style>
background-color css

<style>
 a { background-color: #92BCA1; }

 a { background-color: rgb(146,188,161); }

 div.DivClassName
 {
   background-color: #92BCA1;
 }
 .BgClassName
 {
   background-color: #92BCA1;
 }
</style>
border-color css

<style>
 span { border-color: #92BCA1; }

 span { border-color: rgb(146,188,161); }

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